summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLShow.h
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-05-17 10:01:35 -0400
committerJoel Fischer <joeljfischer@gmail.com>2018-05-17 10:01:35 -0400
commitc135ce5523dbddb321357037c7d321b00341624a (patch)
tree0a0b9ed331866fa16efddf16c41c14d2641e9f2c /SmartDeviceLink/SDLShow.h
parent94d468ef87c2574fabc3e5f3717b0224e08935b6 (diff)
downloadsdl_ios-c135ce5523dbddb321357037c7d321b00341624a.tar.gz
Fix crash when using SDLShow initializer
Diffstat (limited to 'SmartDeviceLink/SDLShow.h')
-rw-r--r--SmartDeviceLink/SDLShow.h17
1 files changed, 6 insertions, 11 deletions
diff --git a/SmartDeviceLink/SDLShow.h b/SmartDeviceLink/SDLShow.h
index 8eef691a6..a20461801 100644
--- a/SmartDeviceLink/SDLShow.h
+++ b/SmartDeviceLink/SDLShow.h
@@ -226,8 +226,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* @abstract The Custom Presets defined by the App
*
- * @discussion A Vector value representing the Custom Presets defined by the
- * App
+ * @discussion A Vector value representing the Custom Presets defined by the App
* <p>
* <ul>
* <li>If omitted on supported displays, the presets will be shown as not defined</li>
@@ -239,15 +238,11 @@ NS_ASSUME_NONNULL_BEGIN
@property (strong, nonatomic, nullable) NSArray<NSString *> *customPresets;
/**
- * @abstract Text Field Metadata
- *
- * @discussion A Vector value representing the Custom Presets defined by the
- * App
- * <p>
- * App defined metadata information. See MetadataStruct. Uses mainField1, mainField2, mainField3, mainField4.
- * If omitted on supported displays, the currently set metadata tags will not change.
- * If any text field contains no tags or the none tag, the metadata tag for that textfield should be removed.
- * @since SmartDeviceLink 2.0
+ Text Field Metadata
+
+ App defined metadata information. See MetadataStruct. Uses mainField1, mainField2, mainField3, mainField4. If omitted on supported displays, the currently set metadata tags will not change. If any text field contains no tags or the none tag, the metadata tag for that textfield should be removed.
+
+ @since SmartDeviceLink 2.0
*/
@property (strong, nonatomic, nullable) SDLMetadataTags *metadataTags;