summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2019-08-13 09:04:21 -0400
committerGitHub <noreply@github.com>2019-08-13 09:04:21 -0400
commitfaa4d4b24e282767893d1673d9c2eb17641084c2 (patch)
tree45bcd587a98df8a2c79d879318f1732b6c1303aa
parent81e0c290da0008d55c9521f0f4949da53b98eb73 (diff)
parent9e7dfd855755a00c9537797b145403c83c4a3df2 (diff)
downloadsdl_ios-faa4d4b24e282767893d1673d9c2eb17641084c2.tar.gz
Merge pull request #1369 from smartdevicelink/bugfix/issue_1364_templatesAvailable_documentation
Fix TemplatesAvailable Documentation
-rw-r--r--SmartDeviceLink/SDLDisplayCapabilities.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLDisplayCapabilities.h b/SmartDeviceLink/SDLDisplayCapabilities.h
index b278ef3a2..b5644379f 100644
--- a/SmartDeviceLink/SDLDisplayCapabilities.h
+++ b/SmartDeviceLink/SDLDisplayCapabilities.h
@@ -75,11 +75,11 @@ NS_ASSUME_NONNULL_BEGIN
@property (strong, nonatomic) NSNumber<SDLBool> *graphicSupported;
/**
- * Number of presets the screen supports
+ * An array of all predefined persistent display templates available on the head unit.
*
- * @discussion The number of on-screen custom presets available (if any)
+ * Optional, Array of String, max string size 100, 0 - 100 objects, since SDL 3.0
*
- * Optional, Array of String, max string size 100, 0 - 100 objects
+ * See SDLPredefinedLayout
*/
@property (nullable, strong, nonatomic) NSArray<NSString *> *templatesAvailable;