summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatbir Tanda <satbirtanda@gmail.com>2019-07-29 17:45:55 -0700
committerSatbir Tanda <satbirtanda@gmail.com>2019-07-29 17:45:55 -0700
commit6802c009c4800626eb909f21e33a7aefbbd56b01 (patch)
tree312a7e14c6abb0b1661be0db8536fd16549cb666
parente59707e4e4dd5a1e2395bf92ab995a3dc13184a0 (diff)
downloadsdl_ios-6802c009c4800626eb909f21e33a7aefbbd56b01.tar.gz
Update SDLOnDriverDistraction.h
-rw-r--r--SmartDeviceLink/SDLOnDriverDistraction.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLOnDriverDistraction.h b/SmartDeviceLink/SDLOnDriverDistraction.h
index 15ce73184..f7df06bd8 100644
--- a/SmartDeviceLink/SDLOnDriverDistraction.h
+++ b/SmartDeviceLink/SDLOnDriverDistraction.h
@@ -30,11 +30,15 @@ NS_ASSUME_NONNULL_BEGIN
/**
If enabled, the lock screen will be able to be dismissed while connected to SDL, allowing users the ability to interact with the app.
+
+ Optional, Boolean
*/
@property (strong, nonatomic) NSNumber<SDLBool> *lockScreenDismissalEnabled;
/**
- Warning message to be displayed on the lock screen when dismissal is enabled. This warning should be used to ensure that the user is not the driver of the vehicle, ex. `Swipe up to dismiss, acknowledging that you are not the driver.`. This parameter must be present if "lockScreenDismissalEnabled" is set to true.
+ Warning message to be displayed on the lock screen when dismissal is enabled. This warning should be used to ensure that the user is not the driver of the vehicle, ex. `Swipe up to dismiss, acknowledging that you are not the driver.`. This parameter must be present if "lockScreenDismissalEnabled" is set to true.
+
+ Optional, String
*/
@property (strong, nonatomic) NSString *lockScreenDismissalWarning;