summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Gluck <justin.gluck@livio.io>2019-09-18 12:58:04 -0400
committerJustin Gluck <justin.gluck@livio.io>2019-09-18 12:58:04 -0400
commit60d39e4b3a9fe0876eb64d5bda4b4a1232a9075a (patch)
tree69673f402216485ff621cd2fb625b667215abdfa
parentbec18c5b27c59f84102a772211a3551ce6e3501c (diff)
downloadsdl_ios-60d39e4b3a9fe0876eb64d5bda4b4a1232a9075a.tar.gz
PR issues adding since information
-rw-r--r--SmartDeviceLink/SDLHMICapabilities.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLHMICapabilities.h b/SmartDeviceLink/SDLHMICapabilities.h
index 0f904ed66..14b278bda 100644
--- a/SmartDeviceLink/SDLHMICapabilities.h
+++ b/SmartDeviceLink/SDLHMICapabilities.h
@@ -6,12 +6,19 @@
NS_ASSUME_NONNULL_BEGIN
+/**
+ Contains information about the HMI capabilities.
+
+ Since SDL 3.0
+**/
@interface SDLHMICapabilities : SDLRPCStruct
/**
Availability of built in Nav. True: Available, False: Not Available
Boolean value. Optional.
+
+ Since SDL 3.0
*/
@property (nullable, copy, nonatomic) NSNumber<SDLBool> *navigation;
@@ -19,6 +26,8 @@ NS_ASSUME_NONNULL_BEGIN
Availability of built in phone. True: Available, False: Not Available
Boolean value. Optional.
+
+ Since SDL 3.0
*/
@property (nullable, copy, nonatomic) NSNumber<SDLBool> *phoneCall;
@@ -26,6 +35,8 @@ NS_ASSUME_NONNULL_BEGIN
Availability of built in video streaming. True: Available, False: Not Available
Boolean value. Optional.
+
+ Since SDL 4.5
*/
@property (nullable, copy, nonatomic) NSNumber<SDLBool> *videoStreaming;
@@ -33,6 +44,8 @@ NS_ASSUME_NONNULL_BEGIN
Availability of built in remote control. True: Available, False: Not Available
Boolean value. Optional.
+
+ Since SDL 4.5
**/
@property (nullable, copy, nonatomic) NSNumber<SDLBool> *remoteControl;