Undocumented
- See more + See more- (BOOL)isEqualToEnum:(nonnull SDLEnum)enumObj;
+ - (BOOL)isEqualToEnum:(nonnull SDLEnum)enumObj;
func isEqual(toEnum enumObj: SDLEnum) -> Bool
+ func isEqual(toEnum enumObj: SDLEnum) -> Bool
diff --git a/docs/Classes.html b/docs/Classes.html
index a8be1aaab..e8b760e60 100644
--- a/docs/Classes.html
+++ b/docs/Classes.html
@@ -575,14 +575,14 @@ @interface SDLGetInteriorVehicleDataConsent : SDLRPCRequest
-- (instancetype)initWithModuleType:(SDLModuleType)moduleType moduleIds:(NSArray<NSString *> *)moduleIds;
+- (instancetype)initWithModuleType:(SDLModuleType)moduleType moduleIds:(NSArray<NSString *> *)moduleIds;
/**
* The module type that the app requests to control.
*
* Required
*/
-@property (strong, nonatomic) SDLModuleType moduleType;
+@property (strong, nonatomic) SDLModuleType moduleType;
/**
* Ids of a module of same type, published by System Capability.
@@ -3578,7 +3578,7 @@ Objective-C
* @param type The type of system capability
* @return A SDLSystemCapabilityType object
*/
-- (instancetype)initWithType:(SDLSystemCapabilityType)type;
+- (instancetype)initWithType:(SDLSystemCapabilityType)type;
/**
* Convenience init
@@ -3587,14 +3587,14 @@ Objective-C
* @param subscribe Whether or not to subscribe to updates of the supplied service capability type
* @return A SDLSystemCapabilityType object
*/
-- (instancetype)initWithType:(SDLSystemCapabilityType)type subscribe:(BOOL)subscribe;
+- (instancetype)initWithType:(SDLSystemCapabilityType)type subscribe:(BOOL)subscribe;
/**
* The type of system capability to get more information on
*
* SDLSystemCapabilityType, Required
*/
-@property (strong, nonatomic) SDLSystemCapabilityType systemCapabilityType;
+@property (strong, nonatomic) SDLSystemCapabilityType systemCapabilityType;
/**
* Flag to subscribe to updates of the supplied service capability type. If true, the requester will be subscribed. If false, the requester will not be subscribed and be removed as a subscriber if it was previously subscribed.
@@ -3688,7 +3688,7 @@
Objective-C
@interface SDLGetWayPoints : SDLRPCRequest
-- (instancetype)initWithType:(SDLWayPointType)type;
+- (instancetype)initWithType:(SDLWayPointType)type;
/**
* To request for either the destination
@@ -3696,7 +3696,7 @@ Objective-C
*
* Required
*/
-@property (nullable, strong, nonatomic) SDLWayPointType waypointType;
+@property (nullable, strong, nonatomic) SDLWayPointType waypointType;
@end
@@ -4080,7 +4080,7 @@ Objective-C
@param name The name of a light or a group of lights
@return An instance of the SDLLightCapabilities class
*/
-- (instancetype)initWithName:(SDLLightName)name;
+- (instancetype)initWithName:(SDLLightName)name;
/**
Constructs a newly allocated SDLLightCapabilities object with given parameters
@@ -4092,14 +4092,14 @@ Objective-C
@return An instance of the SDLLightCapabilities class
*/
-- (instancetype)initWithName:(SDLLightName)name densityAvailable:(BOOL)densityAvailable colorAvailable:(BOOL)colorAvailable statusAvailable:(BOOL)statusAvailable;
+- (instancetype)initWithName:(SDLLightName)name densityAvailable:(BOOL)densityAvailable colorAvailable:(BOOL)colorAvailable statusAvailable:(BOOL)statusAvailable;
/**
* @abstract The name of a light or a group of lights
*
* Required, SDLLightName
*/
-@property (strong, nonatomic) SDLLightName name;
+@property (strong, nonatomic) SDLLightName name;
/**
* @abstract Indicates if the light's density can be set remotely (similar to a dimmer).
@@ -4252,7 +4252,7 @@ Objective-C
@param status Reflects the status of Light.
@return An instance of the SDLLightState class
*/
-- (instancetype)initWithId:(SDLLightName)id status:(SDLLightStatus)status;
+- (instancetype)initWithId:(SDLLightName)id status:(SDLLightStatus)status;
/**
Constructs a newly allocated SDLLightState object with given parameters
@@ -4263,7 +4263,7 @@ Objective-C
@param color Reflects the color of Light.
@return An instance of the SDLLightState class
*/
-- (instancetype)initWithId:(SDLLightName)id status:(SDLLightStatus)status density:(double)density color:(SDLRGBColor *)color;
+- (instancetype)initWithId:(SDLLightName)id status:(SDLLightStatus)status density:(double)density color:(SDLRGBColor *)color;
/**
Constructs a newly allocated SDLLightState object with given parameters
@@ -4274,21 +4274,21 @@ Objective-C
@param lightColor Reflects the color of Light.
@return An instance of the SDLLightState class
*/
-- (instancetype)initWithId:(SDLLightName)id lightStatus:(SDLLightStatus)lightStatus lightDensity:(double)lightDensity lightColor:(UIColor *)lightColor;
+- (instancetype)initWithId:(SDLLightName)id lightStatus:(SDLLightStatus)lightStatus lightDensity:(double)lightDensity lightColor:(UIColor *)lightColor;
/**
* @abstract The name of a light or a group of lights
*
* Required, SDLLightName
*/
-@property (strong, nonatomic) SDLLightName id;
+@property (strong, nonatomic) SDLLightName id;
/**
* @abstract Reflects the status of Light.
*
* Required, SDLLightStatus
*/
-@property (strong, nonatomic) SDLLightStatus status;
+@property (strong, nonatomic) SDLLightStatus status;
/**
* @abstract Reflects the density of Light.
@@ -4425,7 +4425,7 @@
Objective-C
@interface SDLLockScreenViewController : UIViewController
-typedef void (^SwipeGestureCallbackBlock)(void);
+typedef void (^SwipeGestureCallbackBlock)(void);
/**
* The app's icon. This will be set by the lock screen configuration.
@@ -4450,7 +4450,7 @@ Objective-C
/**
* Adds a swipe gesture to the lock screen view controller.
*/
-- (void)addDismissGestureWithCallback:(SwipeGestureCallbackBlock)swipeGestureCallback;
+- (void)addDismissGestureWithCallback:(SwipeGestureCallbackBlock)swipeGestureCallback;
/**
* Remove swipe gesture to the lock screen view controller.
@@ -4634,7 +4634,7 @@
Objective-C
@interface SDLLogFilter : NSObject
-@property (strong, nonatomic, readonly) SDLLogFilterBlock filter;
+@property (strong, nonatomic, readonly) SDLLogFilterBlock filter;
- (instancetype)init NS_UNAVAILABLE;
@@ -4644,7 +4644,7 @@ Objective-C
@param filter The custom filter to be used
@return An instance of SDLLogFilter
*/
-- (instancetype)initWithCustomFilter:(SDLLogFilterBlock)filter NS_DESIGNATED_INITIALIZER;
+- (instancetype)initWithCustomFilter:(SDLLogFilterBlock)filter NS_DESIGNATED_INITIALIZER;
/**
Returns a filter that only allows logs not containing the passed string within their message.
@@ -4816,17 +4816,17 @@ Objective-C
/**
* The current HMI level of the running app.
*/
-@property (copy, nonatomic, readonly, nullable) SDLHMILevel hmiLevel;
+@property (copy, nonatomic, readonly, nullable) SDLHMILevel hmiLevel;
/**
* The current audio streaming state of the running app.
*/
-@property (copy, nonatomic, readonly) SDLAudioStreamingState audioStreamingState;
+@property (copy, nonatomic, readonly) SDLAudioStreamingState audioStreamingState;
/**
* The current system context of the running app.
*/
-@property (copy, nonatomic, readonly) SDLSystemContext systemContext;
+@property (copy, nonatomic, readonly) SDLSystemContext systemContext;
/**
* The file manager to be used by the running app.
@@ -4900,7 +4900,7 @@ Objective-C
*
* @param readyHandler The block called when the manager is ready to be used or an error occurs while attempting to become ready.
*/
-- (void)startWithReadyHandler:(SDLManagerReadyBlock)readyHandler NS_SWIFT_NAME(start(readyHandler:));
+- (void)startWithReadyHandler:(SDLManagerReadyBlock)readyHandler NS_SWIFT_NAME(start(readyHandler:));
/**
* Stop the manager, it will disconnect if needed and no longer look for a connection. You probably don't need to call this method ever.
@@ -4938,7 +4938,7 @@ Objective-C
* @param request The RPC request to send
* @param handler The handler that will be called when the response returns
*/
-- (void)sendRequest:(SDLRPCRequest *)request withResponseHandler:(nullable SDLResponseHandler)handler NS_SWIFT_NAME(send(request:responseHandler:));
+- (void)sendRequest:(SDLRPCRequest *)request withResponseHandler:(nullable SDLResponseHandler)handler NS_SWIFT_NAME(send(request:responseHandler:));
/**
Send all of the requests given as quickly as possible, but in order. Call the completionHandler after all requests have either failed or given a response.
@@ -4947,7 +4947,7 @@ Objective-C
@param progressHandler A handler called every time a response is received
@param completionHandler A handler to call when all requests have been responded to
*/
-- (void)sendRequests:(NSArray<SDLRPCRequest *> *)requests progressHandler:(nullable SDLMultipleAsyncRequestProgressHandler)progressHandler completionHandler:(nullable SDLMultipleRequestCompletionHandler)completionHandler;
+- (void)sendRequests:(NSArray<SDLRPCRequest *> *)requests progressHandler:(nullable SDLMultipleAsyncRequestProgressHandler)progressHandler completionHandler:(nullable SDLMultipleRequestCompletionHandler)completionHandler;
/**
Send all of the requests one at a time, with the next one going out only after the previous one has received a response. Call the completionHandler after all requests have either failed or given a response.
@@ -4956,12 +4956,12 @@ Objective-C
@param progressHandler A handler called every time a response is received. Return NO to cancel any requests that have not yet been sent, YES to continue sending requests.
@param completionHandler A handler to call when all requests have been responded to
*/
-- (void)sendSequentialRequests:(NSArray<SDLRPCRequest *> *)requests progressHandler:(nullable SDLMultipleSequentialRequestProgressHandler)progressHandler completionHandler:(nullable SDLMultipleRequestCompletionHandler)completionHandler NS_SWIFT_NAME(sendSequential(requests:progressHandler:completionHandler:));
+- (void)sendSequentialRequests:(NSArray<SDLRPCRequest *> *)requests progressHandler:(nullable SDLMultipleSequentialRequestProgressHandler)progressHandler completionHandler:(nullable SDLMultipleRequestCompletionHandler)completionHandler NS_SWIFT_NAME(sendSequential(requests:progressHandler:completionHandler:));
#pragma mark - RPC Subscriptions
-typedef void (^SDLRPCUpdatedBlock) (__kindof SDLRPCMessage *message);
+typedef void (^SDLRPCUpdatedBlock) (__kindof SDLRPCMessage *message);
/**
* Subscribe to callbacks about a particular RPC request, notification, or response with a block callback.
@@ -4970,7 +4970,7 @@ Objective-C
* @param block The block that will be called every time an RPC of the name and type specified is received.
* @return An object that can be passed to `unsubscribeFromRPC:ofType:withObserver:` to unsubscribe the block.
*/
-- (id)subscribeToRPC:(SDLNotificationName)rpcName withBlock:(SDLRPCUpdatedBlock)block NS_SWIFT_NAME(subscribe(to:block:));
+- (id)subscribeToRPC:(SDLNotificationName)rpcName withBlock:(SDLRPCUpdatedBlock)block NS_SWIFT_NAME(subscribe(to:block:));
/**
* Subscribe to callbacks about a particular RPC request, notification, or response with a selector callback.
@@ -4986,7 +4986,7 @@ Objective-C
* @param observer The object that will have its selector called every time an RPC of the name and type specified is received.
* @param selector The selector on `observer` that will be called every time an RPC of the name and type specified is received.
*/
-- (void)subscribeToRPC:(SDLNotificationName)rpcName withObserver:(id)observer selector:(SEL)selector NS_SWIFT_NAME(subscribe(to:observer:selector:));
+- (void)subscribeToRPC:(SDLNotificationName)rpcName withObserver:(id)observer selector:(SEL)selector NS_SWIFT_NAME(subscribe(to:observer:selector:));
/**
* Unsubscribe to callbacks about a particular RPC request, notification, or response.
@@ -4994,7 +4994,7 @@ Objective-C
* @param rpcName The name of the RPC request, response, or notification to unsubscribe from.
* @param observer The object representing a block callback or selector callback to be unsubscribed
*/
-- (void)unsubscribeFromRPC:(SDLNotificationName)rpcName withObserver:(id)observer NS_SWIFT_NAME(unsubscribe(from:observer:));
+- (void)unsubscribeFromRPC:(SDLNotificationName)rpcName withObserver:(id)observer NS_SWIFT_NAME(unsubscribe(from:observer:));
@end
@@ -5110,7 +5110,7 @@ Objective-C
/**
The handler that will be called when the command is activated
*/
-@property (copy, nonatomic, readonly, nullable) SDLMenuCellSelectionHandler handler;
+@property (copy, nonatomic, readonly, nullable) SDLMenuCellSelectionHandler handler;
/**
If this is non-nil, this cell will be a sub-menu button, displaying the subcells in a menu when pressed.
@@ -5120,7 +5120,7 @@ Objective-C
/**
The layout in which the `subCells` will be displayed.
*/
-@property (strong, nonatomic, readonly, nullable) SDLMenuLayout submenuLayout;
+@property (strong, nonatomic, readonly, nullable) SDLMenuLayout submenuLayout;
/**
Create a menu cell that has no subcells.
@@ -5131,7 +5131,7 @@ Objective-C
@param handler The code that will be run when the menu cell is selected
@return The menu cell
*/
-- (instancetype)initWithTitle:(NSString *)title icon:(nullable SDLArtwork *)icon voiceCommands:(nullable NSArray<NSString *> *)voiceCommands handler:(SDLMenuCellSelectionHandler)handler;
+- (instancetype)initWithTitle:(NSString *)title icon:(nullable SDLArtwork *)icon voiceCommands:(nullable NSArray<NSString *> *)voiceCommands handler:(SDLMenuCellSelectionHandler)handler;
/**
Create a menu cell that has subcells and when selected will go into a deeper part of the menu
@@ -5161,7 +5161,7 @@ Objective-C
@param subCells The subcells that will appear when the cell is selected
@return The menu cell
*/
-- (instancetype)initWithTitle:(NSString *)title icon:(nullable SDLArtwork *)icon submenuLayout:(nullable SDLMenuLayout)layout subCells:(NSArray<SDLMenuCell *> *)subCells;
+- (instancetype)initWithTitle:(NSString *)title icon:(nullable SDLArtwork *)icon submenuLayout:(nullable SDLMenuLayout)layout subCells:(NSArray<SDLMenuCell *> *)subCells;
@end
@@ -5188,12 +5188,12 @@ Registers the application’s interface with SDL. The RegisterAppInterface
RPC declares the properties of the app, including the messaging interface version, the app name, etc. The mobile application must establish its interface registration with SDL before any other interaction with SDL can take place. The registration lasts until it is terminated either by the application calling the SDLUnregisterAppInterface
method, or by SDL sending an SDLOnAppInterfaceUnregistered
notification, or by loss of the underlying transport connection, or closing of the underlying message transmission protocol RPC session.
Until the application receives its first SDLOnHMIStatus
notification, its SDLHMILevel
is assumed to be NONE
, the SDLAudioStreamingState
is assumed to be NOT_AUDIBLE
, and the SDLSystemContext
is assumed to be MAIN
.
Until the application receives its first SDLOnHMIStatus
notification, its SDLHMILevel
is assumed to be NONE
, the SDLAudioStreamingState
is assumed to be NOT_AUDIBLE
, and the SDLSystemContext
is assumed to be MAIN
.
All SDL resources which the application creates or uses (e.g. choice sets, command menu, etc.) are associated with the application’s interface registration. Therefore, when the interface registration ends, the SDL resources associated with the application are disposed of. As a result, even though the application itself may continue to run on its host platform (e.g. mobile device) after the interface registration terminates, the application will not be able to use the SDL HMI without first establishing a new interface registration and re-creating its required SDL resources. That is, SDL resources created by (or on behalf of) an application do not persist beyond the life-span of the interface registration. Resources and settings whose lifespan is tied to the duration of an application’s interface registration include: choice sets, command menus, and the media clock timer display value
@@ -7299,14 +7299,14 @@@interface SDLReleaseInteriorVehicleDataModule : SDLRPCRequest
-- (instancetype)initWithModuleType:(SDLModuleType)moduleType moduleId:(NSString *)moduleId;
+- (instancetype)initWithModuleType:(SDLModuleType)moduleType moduleId:(NSString *)moduleId;
/**
* The module type that the app requests to control.
*
* Required
*/
-@property (strong, nonatomic) SDLModuleType moduleType;
+@property (strong, nonatomic) SDLModuleType moduleType;
/**
* Id of a module, published by System Capability.
@@ -7486,27 +7486,27 @@ Objective-C
/**
What alignment textField(1-4) should use
*/
-@property (copy, nonatomic) SDLTextAlignment textAlignment;
+@property (copy, nonatomic) SDLTextAlignment textAlignment;
/**
The type of data textField1 describes
*/
-@property (copy, nonatomic, nullable) SDLMetadataType textField1Type;
+@property (copy, nonatomic, nullable) SDLMetadataType textField1Type;
/**
The type of data textField2 describes
*/
-@property (copy, nonatomic, nullable) SDLMetadataType textField2Type;
+@property (copy, nonatomic, nullable) SDLMetadataType textField2Type;
/**
The type of data textField3 describes
*/
-@property (copy, nonatomic, nullable) SDLMetadataType textField3Type;
+@property (copy, nonatomic, nullable) SDLMetadataType textField3Type;
/**
The type of data textField4 describes
*/
-@property (copy, nonatomic, nullable) SDLMetadataType textField4Type;
+@property (copy, nonatomic, nullable) SDLMetadataType textField4Type;
/**
The title of the current template layout.
@@ -7637,7 +7637,7 @@ Objective-C
@param handler A handler run when the fields have finished updating, with an error if the update failed. This handler may be called multiple times when the text update is sent and the image update is sent.
*/
-- (void)endUpdatesWithCompletionHandler:(nullable SDLScreenManagerUpdateCompletionHandler)handler;
+- (void)endUpdatesWithCompletionHandler:(nullable SDLScreenManagerUpdateCompletionHandler)handler;
#pragma mark Soft Button
@@ -7651,7 +7651,7 @@ Objective-C
@param choices The choices to be preloaded.
@param handler The handler to be called when complete.
*/
-- (void)preloadChoices:(NSArray<SDLChoiceCell *> *)choices withCompletionHandler:(nullable SDLPreloadChoiceCompletionHandler)handler;
+- (void)preloadChoices:(NSArray<SDLChoiceCell *> *)choices withCompletionHandler:(nullable SDLPreloadChoiceCompletionHandler)handler;
/**
Delete loaded cells from the head unit. If the cells don't exist on the head unit they will be ignored.
@@ -7670,7 +7670,7 @@ Objective-C
@param choiceSet The set to be displayed
@param mode If the set should be presented for the user to interact via voice, touch, or both
*/
-- (void)presentChoiceSet:(SDLChoiceSet *)choiceSet mode:(SDLInteractionMode)mode;
+- (void)presentChoiceSet:(SDLChoiceSet *)choiceSet mode:(SDLInteractionMode)mode;
/**
Present a choice set on the head unit with a certain interaction mode. You should present in VR only if the user reached this choice set by using their voice, in Manual only if the user used touch to reach this choice set. Use Both if you're lazy...for real though, it's kind of confusing to the user and isn't recommended.
@@ -7685,7 +7685,7 @@ Objective-C
@param mode If the set should be presented for the user to interact via voice, touch, or both
@param delegate The keyboard delegate called when the user interacts with the search field of the choice set
*/
-- (void)presentSearchableChoiceSet:(SDLChoiceSet *)choiceSet mode:(SDLInteractionMode)mode withKeyboardDelegate:(id<SDLKeyboardDelegate>)delegate;
+- (void)presentSearchableChoiceSet:(SDLChoiceSet *)choiceSet mode:(SDLInteractionMode)mode withKeyboardDelegate:(id<SDLKeyboardDelegate>)delegate;
/**
Present a keyboard-only interface to the user and receive input. The user will be able to input text in the keyboard when in a non-driver distraction situation.
@@ -7947,7 +7947,7 @@ Objective-C
@param timeStamp The estimated arrival time for the location (this will also likely be calculated by the nav system later, and may be different than your estimate). This is used to show the user approximately how long it would take to navigate here
@return A `SendLocation` object
*/
-- (instancetype)initWithAddress:(SDLOasisAddress *)address addressLines:(nullable NSArray<NSString *> *)addressLines locationName:(nullable NSString *)locationName locationDescription:(nullable NSString *)locationDescription phoneNumber:(nullable NSString *)phoneNumber image:(nullable SDLImage *)image deliveryMode:(nullable SDLDeliveryMode)deliveryMode timeStamp:(nullable SDLDateTime *)timeStamp;
+- (instancetype)initWithAddress:(SDLOasisAddress *)address addressLines:(nullable NSArray<NSString *> *)addressLines locationName:(nullable NSString *)locationName locationDescription:(nullable NSString *)locationDescription phoneNumber:(nullable NSString *)phoneNumber image:(nullable SDLImage *)image deliveryMode:(nullable SDLDeliveryMode)deliveryMode timeStamp:(nullable SDLDateTime *)timeStamp;
/**
Create a `SendLocation` request with Lat/Long coordinate, not an address object
@@ -7978,7 +7978,7 @@ Objective-C
@param address The address information to be passed to the nav system for determining the route
@return A `SendLocation` object
*/
-- (instancetype)initWithLongitude:(double)longitude latitude:(double)latitude locationName:(nullable NSString *)locationName locationDescription:(nullable NSString *)locationDescription displayAddressLines:(nullable NSArray<NSString *> *)displayAddressLines phoneNumber:(nullable NSString *)phoneNumber image:(nullable SDLImage *)image deliveryMode:(nullable SDLDeliveryMode)deliveryMode timeStamp:(nullable SDLDateTime *)timeStamp address:(nullable SDLOasisAddress *)address;
+- (instancetype)initWithLongitude:(double)longitude latitude:(double)latitude locationName:(nullable NSString *)locationName locationDescription:(nullable NSString *)locationDescription displayAddressLines:(nullable NSArray<NSString *> *)displayAddressLines phoneNumber:(nullable NSString *)phoneNumber image:(nullable SDLImage *)image deliveryMode:(nullable SDLDeliveryMode)deliveryMode timeStamp:(nullable SDLDateTime *)timeStamp address:(nullable SDLOasisAddress *)address;
/**
* The longitudinal coordinate of the location. Either the latitude / longitude OR the `address` must be provided.
@@ -8034,7 +8034,7 @@ Objective-C
*
* Optional
*/
-@property (nullable, strong, nonatomic) SDLDeliveryMode deliveryMode;
+@property (nullable, strong, nonatomic) SDLDeliveryMode deliveryMode;
/**
* Arrival time of Location. If multiple SendLocations are sent, this will be used for sorting as well.
@@ -8625,7 +8625,7 @@ Objective-C
/**
A special system action
*/
-@property (strong, nonatomic) SDLSystemAction systemAction;
+@property (strong, nonatomic) SDLSystemAction systemAction;
/**
An SDLSoftButton describing this state
@@ -8793,7 +8793,7 @@ Objective-C
/**
* Set security managers which could be used. This is primarily used with video streaming applications to authenticate and perhaps encrypt traffic data.
*/
-@property (copy, nonatomic, nullable) NSArray<Class<SDLSecurityType>> *securityManagers __deprecated_msg("This is now unused, the security managers are taken in from SDLEncryptionConfiguration");
+@property (copy, nonatomic, nullable) NSArray<Class<SDLSecurityType>> *securityManagers __deprecated_msg("This is now unused, the security managers are taken in from SDLEncryptionConfiguration");
/**
* What encryption level video/audio streaming should be. The default is SDLStreamingEncryptionFlagAuthenticateAndEncrypt.
@@ -8900,7 +8900,7 @@ Objective-C
@return The configuration
*/
-+ (instancetype)insecureConfiguration NS_SWIFT_UNAVAILABLE("Use the standard initializer instead");
++ (instancetype)insecureConfiguration NS_SWIFT_UNAVAILABLE("Use the standard initializer instead");
/**
Create a CarWindow insecure configuration with a view controller
@@ -9436,7 +9436,7 @@ Objective-C
@param fileName The name of the file to use
@return The request
*/
-- (instancetype)initWithType:(SDLRequestType)requestType fileName:(nullable NSString *)fileName;
+- (instancetype)initWithType:(SDLRequestType)requestType fileName:(nullable NSString *)fileName;
/**
Create an OEM_PROPRIETARY system request with a subtype and file name
@@ -9452,7 +9452,7 @@ Objective-C
*
* Required
*/
-@property (strong, nonatomic) SDLRequestType requestType;
+@property (strong, nonatomic) SDLRequestType requestType;
/**
A request subType used when the `requestType` is `OEM_SPECIFIC`.
@@ -9761,7 +9761,7 @@ Objective-C
* @abstract
* Returns all OnTouchEvent notifications as SDLTouch and SDLTouchType objects.
*/
-@property (copy, nonatomic, nullable) SDLTouchEventHandler touchEventHandler;
+@property (copy, nonatomic, nullable) SDLTouchEventHandler touchEventHandler;
/**
Distance between two taps on the screen, in the head unit's coordinate system, used for registering double-tap callbacks.
@@ -9792,7 +9792,7 @@ Objective-C
* @remark
* Default is 0.05 seconds.
*/
-@property (nonatomic, assign) CGFloat movementTimeThreshold __deprecated_msg("This is now unused, the movement time threshold is now synced to the framerate automatically");
+@property (nonatomic, assign) CGFloat movementTimeThreshold __deprecated_msg("This is now unused, the movement time threshold is now synced to the framerate automatically");
/**
If set to NO, the display link syncing will be ignored and `movementTimeThreshold` will be used. Defaults to YES.
@@ -10278,9 +10278,9 @@ Objective-C
/**
The handler that will be called when the command is activated
*/
-@property (copy, nonatomic, readonly, nullable) SDLVoiceCommandSelectionHandler handler;
+@property (copy, nonatomic, readonly, nullable) SDLVoiceCommandSelectionHandler handler;
-- (instancetype)initWithVoiceCommands:(NSArray<NSString *> *)voiceCommands handler:(SDLVoiceCommandSelectionHandler)handler;
+- (instancetype)initWithVoiceCommands:(NSArray<NSString *> *)voiceCommands handler:(SDLVoiceCommandSelectionHandler)handler;
@end
diff --git a/docs/Classes/SDLAddCommand.html b/docs/Classes/SDLAddCommand.html
index 06e3483d7..f67ca926f 100644
--- a/docs/Classes/SDLAddCommand.html
+++ b/docs/Classes/SDLAddCommand.html
@@ -55,11 +55,11 @@ - (nonnull instancetype)initWithHandler:
- (nullable SDLRPCCommandNotificationHandler)handler;
+ (nullable SDLRPCCommandNotificationHandler)handler;
init(handler: SDLRPCCommandNotificationHandler? = nil)
+ init(handler: SDLRPCCommandNotificationHandler? = nil)
@@ -86,12 +86,12 @@ - (nonnull instancetype)initWithId:(UInt32)commandId
vrCommands:(nullable NSArray<NSString *> *)vrCommands
- handler:(nullable SDLRPCCommandNotificationHandler)
+ handler:(nullable SDLRPCCommandNotificationHandler)
handler;
init(id commandId: UInt32, vrCommands: [String]?, handler: SDLRPCCommandNotificationHandler? = nil)
+ init(id commandId: UInt32, vrCommands: [String]?, handler: SDLRPCCommandNotificationHandler? = nil)
@@ -121,12 +121,12 @@ - (nonnull instancetype)initWithId:(UInt32)commandId
vrCommands:(nullable NSArray<NSString *> *)vrCommands
menuName:(nonnull NSString *)menuName
- handler:(nullable SDLRPCCommandNotificationHandler)
+ handler:(nullable SDLRPCCommandNotificationHandler)
handler;
init(id commandId: UInt32, vrCommands: [String]?, menuName: String, handler: SDLRPCCommandNotificationHandler? = nil)
+ init(id commandId: UInt32, vrCommands: [String]?, menuName: String, handler: SDLRPCCommandNotificationHandler? = nil)
@@ -166,13 +166,13 @@ init(id commandId: UInt32, vrCommands: [String]?, menuName: String, parentId: UInt32, position: UInt16, iconValue: String?, iconType: SDLImageType?, handler: SDLRPCCommandNotificationHandler? = nil)
+ init(id commandId: UInt32, vrCommands: [String]?, menuName: String, parentId: UInt32, position: UInt16, iconValue: String?, iconType: SDLImageType?, handler: SDLRPCCommandNotificationHandler? = nil)
@@ -220,14 +220,14 @@ init(id commandId: UInt32, vrCommands: [String]?, menuName: String, parentId: UInt32, position: UInt16, iconValue: String?, iconType: SDLImageType?, iconIsTemplate: Bool, handler: SDLRPCCommandNotificationHandler? = nil)
+ init(id commandId: UInt32, vrCommands: [String]?, menuName: String, parentId: UInt32, position: UInt16, iconValue: String?, iconType: SDLImageType?, iconIsTemplate: Bool, handler: SDLRPCCommandNotificationHandler? = nil)
@@ -277,12 +277,12 @@ init(id commandId: UInt32, vrCommands: [String]?, menuName: String, parentId: UInt32, position: UInt16, icon: SDLImage?, handler: SDLRPCCommandNotificationHandler? = nil)
+ init(id commandId: UInt32, vrCommands: [String]?, menuName: String, parentId: UInt32, position: UInt16, icon: SDLImage?, handler: SDLRPCCommandNotificationHandler? = nil)
@@ -323,11 +323,11 @@ @property (readwrite, copy, nonatomic, nullable)
- SDLRPCCommandNotificationHandler handler;
+ SDLRPCCommandNotificationHandler handler;
var handler: SDLRPCCommandNotificationHandler? { get set }
+ var handler: SDLRPCCommandNotificationHandler? { get set }
diff --git a/docs/Classes/SDLAddSubMenu.html b/docs/Classes/SDLAddSubMenu.html
index 3f1ec3e26..3717d0957 100644
--- a/docs/Classes/SDLAddSubMenu.html
+++ b/docs/Classes/SDLAddSubMenu.html
@@ -93,11 +93,11 @@ - (instancetype)initWithId:(UInt32)menuId menuName:(NSString *)menuName menuLayout:(nullable SDLMenuLayout)menuLayout menuIcon:(nullable SDLImage *)icon position:(UInt8)position;
+ - (instancetype)initWithId:(UInt32)menuId menuName:(NSString *)menuName menuLayout:(nullable SDLMenuLayout)menuLayout menuIcon:(nullable SDLImage *)icon position:(UInt8)position;
init(id menuId: UInt32, menuName: String, menuLayout: SDLMenuLayout?, menuIcon icon: SDLImage?, position: UInt8)
+ init(id menuId: UInt32, menuName: String, menuLayout: SDLMenuLayout?, menuIcon icon: SDLImage?, position: UInt8)
@@ -202,11 +202,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLMenuLayout menuLayout;
+ @property (readwrite, strong, nonatomic, nullable) SDLMenuLayout menuLayout;
var menuLayout: SDLMenuLayout? { get set }
+ var menuLayout: SDLMenuLayout? { get set }
diff --git a/docs/Classes/SDLAirbagStatus.html b/docs/Classes/SDLAirbagStatus.html
index 55c4f7052..4a1464429 100644
--- a/docs/Classes/SDLAirbagStatus.html
+++ b/docs/Classes/SDLAirbagStatus.html
@@ -31,11 +31,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull driverAirbagDeployed;
+ SDLVehicleDataEventStatus _Nonnull driverAirbagDeployed;
var driverAirbagDeployed: SDLVehicleDataEventStatus { get set }
+ var driverAirbagDeployed: SDLVehicleDataEventStatus { get set }
@@ -52,11 +52,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull driverSideAirbagDeployed;
+ SDLVehicleDataEventStatus _Nonnull driverSideAirbagDeployed;
var driverSideAirbagDeployed: SDLVehicleDataEventStatus { get set }
+ var driverSideAirbagDeployed: SDLVehicleDataEventStatus { get set }
@@ -73,11 +73,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull driverCurtainAirbagDeployed;
+ SDLVehicleDataEventStatus _Nonnull driverCurtainAirbagDeployed;
var driverCurtainAirbagDeployed: SDLVehicleDataEventStatus { get set }
+ var driverCurtainAirbagDeployed: SDLVehicleDataEventStatus { get set }
@@ -94,11 +94,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull passengerAirbagDeployed;
+ SDLVehicleDataEventStatus _Nonnull passengerAirbagDeployed;
var passengerAirbagDeployed: SDLVehicleDataEventStatus { get set }
+ var passengerAirbagDeployed: SDLVehicleDataEventStatus { get set }
@@ -115,11 +115,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull passengerCurtainAirbagDeployed;
+ SDLVehicleDataEventStatus _Nonnull passengerCurtainAirbagDeployed;
var passengerCurtainAirbagDeployed: SDLVehicleDataEventStatus { get set }
+ var passengerCurtainAirbagDeployed: SDLVehicleDataEventStatus { get set }
@@ -136,11 +136,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull driverKneeAirbagDeployed;
+ SDLVehicleDataEventStatus _Nonnull driverKneeAirbagDeployed;
var driverKneeAirbagDeployed: SDLVehicleDataEventStatus { get set }
+ var driverKneeAirbagDeployed: SDLVehicleDataEventStatus { get set }
@@ -157,11 +157,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull passengerSideAirbagDeployed;
+ SDLVehicleDataEventStatus _Nonnull passengerSideAirbagDeployed;
var passengerSideAirbagDeployed: SDLVehicleDataEventStatus { get set }
+ var passengerSideAirbagDeployed: SDLVehicleDataEventStatus { get set }
@@ -178,11 +178,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull passengerKneeAirbagDeployed;
+ SDLVehicleDataEventStatus _Nonnull passengerKneeAirbagDeployed;
var passengerKneeAirbagDeployed: SDLVehicleDataEventStatus { get set }
+ var passengerKneeAirbagDeployed: SDLVehicleDataEventStatus { get set }
diff --git a/docs/Classes/SDLAppServiceCapability.html b/docs/Classes/SDLAppServiceCapability.html
index 9a64df4be..5beeacd9f 100644
--- a/docs/Classes/SDLAppServiceCapability.html
+++ b/docs/Classes/SDLAppServiceCapability.html
@@ -53,13 +53,13 @@ - (nonnull instancetype)initWithUpdateReason:
- (nullable SDLServiceUpdateReason)updateReason
+ (nullable SDLServiceUpdateReason)updateReason
updatedAppServiceRecord:
(nonnull SDLAppServiceRecord *)updatedAppServiceRecord;
convenience init(updateReason: SDLServiceUpdateReason?, updatedAppServiceRecord: SDLAppServiceRecord)
+ convenience init(updateReason: SDLServiceUpdateReason?, updatedAppServiceRecord: SDLAppServiceRecord)
@@ -87,11 +87,11 @@ @property (readwrite, strong, nonatomic, nullable)
- SDLServiceUpdateReason updateReason;
+ SDLServiceUpdateReason updateReason;
var updateReason: SDLServiceUpdateReason? { get set }
+ var updateReason: SDLServiceUpdateReason? { get set }
diff --git a/docs/Classes/SDLAppServiceData.html b/docs/Classes/SDLAppServiceData.html
index 02630ba03..133a41dd5 100644
--- a/docs/Classes/SDLAppServiceData.html
+++ b/docs/Classes/SDLAppServiceData.html
@@ -31,12 +31,12 @@ - (nonnull instancetype)initWithAppServiceType:
- (nonnull SDLAppServiceType)serviceType
+ (nonnull SDLAppServiceType)serviceType
serviceId:(nonnull NSString *)serviceId;
init(appServiceType serviceType: SDLAppServiceType, serviceId: String)
+ init(appServiceType serviceType: SDLAppServiceType, serviceId: String)
@@ -67,7 +67,7 @@ convenience init(mediaServiceData: SDLMediaServiceData, serviceId: String)
+ convenience init(mediaServiceData: SDLMediaServiceData, serviceId: String)
@@ -99,7 +99,7 @@ convenience init(weatherServiceData: SDLWeatherServiceData, serviceId: String)
+ convenience init(weatherServiceData: SDLWeatherServiceData, serviceId: String)
@@ -131,7 +131,7 @@ convenience init(navigationServiceData: SDLNavigationServiceData, serviceId: String)
+ convenience init(navigationServiceData: SDLNavigationServiceData, serviceId: String)
@@ -157,7 +157,7 @@ - (nonnull instancetype)
- initWithAppServiceType:(nonnull SDLAppServiceType)serviceType
+ initWithAppServiceType:(nonnull SDLAppServiceType)serviceType
serviceId:(nonnull NSString *)serviceId
mediaServiceData:(nullable SDLMediaServiceData *)mediaServiceData
weatherServiceData:(nullable SDLWeatherServiceData *)weatherServiceData
@@ -166,7 +166,7 @@ Objective-C
Swift
- convenience init(appServiceType serviceType: SDLAppServiceType, serviceId: String, mediaServiceData: SDLMediaServiceData?, weatherServiceData: SDLWeatherServiceData?, navigationServiceData: SDLNavigationServiceData?)
+ convenience init(appServiceType serviceType: SDLAppServiceType, serviceId: String, mediaServiceData: SDLMediaServiceData?, weatherServiceData: SDLWeatherServiceData?, navigationServiceData: SDLNavigationServiceData?)
@@ -194,7 +194,7 @@
The type of service that is to be offered by this app. See AppServiceType
for known enum equivalent types. Parameter is a string to allow for new service types to be used by apps on older versions of SDL Core.
-String, See SDLAppServiceType
, Required
+String, See SDLAppServiceType
, Required
diff --git a/docs/Classes/SDLAppServiceManifest.html b/docs/Classes/SDLAppServiceManifest.html
index da5feeaf9..bd6863bf6 100644
--- a/docs/Classes/SDLAppServiceManifest.html
+++ b/docs/Classes/SDLAppServiceManifest.html
@@ -40,11 +40,11 @@
Objective-C
- (nonnull instancetype)initWithAppServiceType:
- (nonnull SDLAppServiceType)serviceType;
+ (nonnull SDLAppServiceType)serviceType;
init(appServiceType serviceType: SDLAppServiceType)
+ init(appServiceType serviceType: SDLAppServiceType)
@@ -78,7 +78,7 @@ convenience init(mediaServiceName serviceName: String?, serviceIcon: SDLImage?, allowAppConsumers: Bool, rpcSpecVersion: SDLSyncMsgVersion?, handledRPCs: [NSNumber & SDLInt]?, mediaServiceManifest: SDLMediaServiceManifest?)
+ convenience init(mediaServiceName serviceName: String?, serviceIcon: SDLImage?, allowAppConsumers: Bool, rpcSpecVersion: SDLSyncMsgVersion?, handledRPCs: [NSNumber & SDLInt]?, mediaServiceManifest: SDLMediaServiceManifest?)
@@ -122,7 +122,7 @@ convenience init(mediaServiceName serviceName: String?, serviceIcon: SDLImage?, allowAppConsumers: Bool, maxRPCSpecVersion: SDLMsgVersion?, handledRPCs: [NSNumber & SDLInt]?, mediaServiceManifest: SDLMediaServiceManifest?)
+ convenience init(mediaServiceName serviceName: String?, serviceIcon: SDLImage?, allowAppConsumers: Bool, maxRPCSpecVersion: SDLMsgVersion?, handledRPCs: [NSNumber & SDLInt]?, mediaServiceManifest: SDLMediaServiceManifest?)
@@ -167,7 +167,7 @@ convenience init(weatherServiceName serviceName: String?, serviceIcon: SDLImage?, allowAppConsumers: Bool, rpcSpecVersion: SDLSyncMsgVersion?, handledRPCs: [NSNumber & SDLInt]?, weatherServiceManifest: SDLWeatherServiceManifest?)
+ convenience init(weatherServiceName serviceName: String?, serviceIcon: SDLImage?, allowAppConsumers: Bool, rpcSpecVersion: SDLSyncMsgVersion?, handledRPCs: [NSNumber & SDLInt]?, weatherServiceManifest: SDLWeatherServiceManifest?)
@@ -212,7 +212,7 @@ convenience init(weatherServiceName serviceName: String?, serviceIcon: SDLImage?, allowAppConsumers: Bool, maxRPCSpecVersion: SDLMsgVersion?, handledRPCs: [NSNumber & SDLInt]?, weatherServiceManifest: SDLWeatherServiceManifest?)
+ convenience init(weatherServiceName serviceName: String?, serviceIcon: SDLImage?, allowAppConsumers: Bool, maxRPCSpecVersion: SDLMsgVersion?, handledRPCs: [NSNumber & SDLInt]?, weatherServiceManifest: SDLWeatherServiceManifest?)
@@ -257,7 +257,7 @@ convenience init(navigationServiceName serviceName: String?, serviceIcon: SDLImage?, allowAppConsumers: Bool, rpcSpecVersion: SDLSyncMsgVersion?, handledRPCs: [NSNumber & SDLInt]?, navigationServiceManifest: SDLNavigationServiceManifest?)
+ convenience init(navigationServiceName serviceName: String?, serviceIcon: SDLImage?, allowAppConsumers: Bool, rpcSpecVersion: SDLSyncMsgVersion?, handledRPCs: [NSNumber & SDLInt]?, navigationServiceManifest: SDLNavigationServiceManifest?)
@@ -302,7 +302,7 @@ convenience init(navigationServiceName serviceName: String?, serviceIcon: SDLImage?, allowAppConsumers: Bool, maxRPCSpecVersion: SDLMsgVersion?, handledRPCs: [NSNumber & SDLInt]?, navigationServiceManifest: SDLNavigationServiceManifest?)
+ convenience init(navigationServiceName serviceName: String?, serviceIcon: SDLImage?, allowAppConsumers: Bool, maxRPCSpecVersion: SDLMsgVersion?, handledRPCs: [NSNumber & SDLInt]?, navigationServiceManifest: SDLNavigationServiceManifest?)
@@ -337,7 +337,7 @@ - (nonnull instancetype)
initWithServiceName:(nullable NSString *)serviceName
- serviceType:(nonnull SDLAppServiceType)serviceType
+ serviceType:(nonnull SDLAppServiceType)serviceType
serviceIcon:(nullable SDLImage *)serviceIcon
allowAppConsumers:(BOOL)allowAppConsumers
rpcSpecVersion:(nullable SDLSyncMsgVersion *)rpcSpecVersion
@@ -352,7 +352,7 @@ Objective-C
Swift
- convenience init(serviceName: String?, serviceType: SDLAppServiceType, serviceIcon: SDLImage?, allowAppConsumers: Bool, rpcSpecVersion: SDLSyncMsgVersion?, handledRPCs: [NSNumber & SDLInt]?, mediaServiceManifest: SDLMediaServiceManifest?, weatherServiceManifest: SDLWeatherServiceManifest?, navigationServiceManifest: SDLNavigationServiceManifest?)
+ convenience init(serviceName: String?, serviceType: SDLAppServiceType, serviceIcon: SDLImage?, allowAppConsumers: Bool, rpcSpecVersion: SDLSyncMsgVersion?, handledRPCs: [NSNumber & SDLInt]?, mediaServiceManifest: SDLMediaServiceManifest?, weatherServiceManifest: SDLWeatherServiceManifest?, navigationServiceManifest: SDLNavigationServiceManifest?)
@@ -393,7 +393,7 @@ - (nonnull instancetype)
initWithServiceName:(nullable NSString *)serviceName
- serviceType:(nonnull SDLAppServiceType)serviceType
+ serviceType:(nonnull SDLAppServiceType)serviceType
serviceIcon:(nullable SDLImage *)serviceIcon
allowAppConsumers:(BOOL)allowAppConsumers
maxRPCSpecVersion:(nullable SDLMsgVersion *)maxRPCSpecVersion
@@ -408,7 +408,7 @@ Objective-C
Swift
- convenience init(serviceName: String?, serviceType: SDLAppServiceType, serviceIcon: SDLImage?, allowAppConsumers: Bool, maxRPCSpecVersion: SDLMsgVersion?, handledRPCs: [NSNumber & SDLInt]?, mediaServiceManifest: SDLMediaServiceManifest?, weatherServiceManifest: SDLWeatherServiceManifest?, navigationServiceManifest: SDLNavigationServiceManifest?)
+ convenience init(serviceName: String?, serviceType: SDLAppServiceType, serviceIcon: SDLImage?, allowAppConsumers: Bool, maxRPCSpecVersion: SDLMsgVersion?, handledRPCs: [NSNumber & SDLInt]?, mediaServiceManifest: SDLMediaServiceManifest?, weatherServiceManifest: SDLWeatherServiceManifest?, navigationServiceManifest: SDLNavigationServiceManifest?)
@@ -464,7 +464,7 @@
The type of service that is to be offered by this app. See AppServiceType for known enum equivalent types. Parameter is a string to allow for new service types to be used by apps on older versions of SDL Core.
-String, See SDLAppServiceType
, Required
+String, See SDLAppServiceType
, Required
diff --git a/docs/Classes/SDLArtwork.html b/docs/Classes/SDLArtwork.html
index 10c8655f1..18765ef74 100644
--- a/docs/Classes/SDLArtwork.html
+++ b/docs/Classes/SDLArtwork.html
@@ -144,7 +144,7 @@
Objective-C
+ (nonnull instancetype)artworkWithStaticIcon:
- (nonnull SDLStaticIconName)staticIcon;
+ (nonnull SDLStaticIconName)staticIcon;
@@ -315,11 +315,11 @@
Objective-C
- (nonnull instancetype)initWithStaticIcon:
- (nonnull SDLStaticIconName)staticIcon;
+ (nonnull SDLStaticIconName)staticIcon;
init(staticIcon: SDLStaticIconName)
+ init(staticIcon: SDLStaticIconName)
diff --git a/docs/Classes/SDLAudioControlData.html b/docs/Classes/SDLAudioControlData.html
index 71d228006..accaf2119 100644
--- a/docs/Classes/SDLAudioControlData.html
+++ b/docs/Classes/SDLAudioControlData.html
@@ -25,7 +25,7 @@ - (nonnull instancetype)initWithSource:(nullable SDLPrimaryAudioSource)source
+ - (nonnull instancetype)initWithSource:(nullable SDLPrimaryAudioSource)source
keepContext:(nullable NSNumber<SDLBool> *)keepContext
volume:(nullable NSNumber<SDLInt> *)volume
equalizerSettings:
@@ -34,7 +34,7 @@ Objective-C
Swift
- init(source: SDLPrimaryAudioSource?, keepContext: (NSNumber & SDLBool)?, volume: (NSNumber & SDLInt)?, equalizerSettings: [SDLEqualizerSettings]?)
+ init(source: SDLPrimaryAudioSource?, keepContext: (NSNumber & SDLBool)?, volume: (NSNumber & SDLInt)?, equalizerSettings: [SDLEqualizerSettings]?)
@@ -68,11 +68,11 @@
Objective-C
- @property (readwrite, strong, nonatomic, nullable) SDLPrimaryAudioSource source;
+ @property (readwrite, strong, nonatomic, nullable) SDLPrimaryAudioSource source;
Swift
- var source: SDLPrimaryAudioSource? { get set }
+ var source: SDLPrimaryAudioSource? { get set }
diff --git a/docs/Classes/SDLAudioPassThruCapabilities.html b/docs/Classes/SDLAudioPassThruCapabilities.html
index 5b1aaf37e..0594eb79e 100644
--- a/docs/Classes/SDLAudioPassThruCapabilities.html
+++ b/docs/Classes/SDLAudioPassThruCapabilities.html
@@ -27,11 +27,11 @@
Objective-C
- @property (readwrite, strong, nonatomic) SDLSamplingRate _Nonnull samplingRate;
+ @property (readwrite, strong, nonatomic) SDLSamplingRate _Nonnull samplingRate;
Swift
- var samplingRate: SDLSamplingRate { get set }
+ var samplingRate: SDLSamplingRate { get set }
@@ -47,11 +47,11 @@
Objective-C
- @property (readwrite, strong, nonatomic) SDLBitsPerSample _Nonnull bitsPerSample;
+ @property (readwrite, strong, nonatomic) SDLBitsPerSample _Nonnull bitsPerSample;
Swift
- var bitsPerSample: SDLBitsPerSample { get set }
+ var bitsPerSample: SDLBitsPerSample { get set }
@@ -67,11 +67,11 @@
Objective-C
- @property (readwrite, strong, nonatomic) SDLAudioType _Nonnull audioType;
+ @property (readwrite, strong, nonatomic) SDLAudioType _Nonnull audioType;
Swift
- var audioType: SDLAudioType { get set }
+ var audioType: SDLAudioType { get set }
diff --git a/docs/Classes/SDLBeltStatus.html b/docs/Classes/SDLBeltStatus.html
index 64c3480cb..dbb928a5f 100644
--- a/docs/Classes/SDLBeltStatus.html
+++ b/docs/Classes/SDLBeltStatus.html
@@ -38,11 +38,11 @@
Objective-C
@property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull driverBeltDeployed;
+ SDLVehicleDataEventStatus _Nonnull driverBeltDeployed;
Swift
- var driverBeltDeployed: SDLVehicleDataEventStatus { get set }
+ var driverBeltDeployed: SDLVehicleDataEventStatus { get set }
@@ -59,11 +59,11 @@
Objective-C
@property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull passengerBeltDeployed;
+ SDLVehicleDataEventStatus _Nonnull passengerBeltDeployed;
var passengerBeltDeployed: SDLVehicleDataEventStatus { get set }
+ var passengerBeltDeployed: SDLVehicleDataEventStatus { get set }
@@ -80,11 +80,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull passengerBuckleBelted;
+ SDLVehicleDataEventStatus _Nonnull passengerBuckleBelted;
var passengerBuckleBelted: SDLVehicleDataEventStatus { get set }
+ var passengerBuckleBelted: SDLVehicleDataEventStatus { get set }
@@ -101,11 +101,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull driverBuckleBelted;
+ SDLVehicleDataEventStatus _Nonnull driverBuckleBelted;
var driverBuckleBelted: SDLVehicleDataEventStatus { get set }
+ var driverBuckleBelted: SDLVehicleDataEventStatus { get set }
@@ -122,11 +122,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull leftRow2BuckleBelted;
+ SDLVehicleDataEventStatus _Nonnull leftRow2BuckleBelted;
var leftRow2BuckleBelted: SDLVehicleDataEventStatus { get set }
+ var leftRow2BuckleBelted: SDLVehicleDataEventStatus { get set }
@@ -143,11 +143,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull passengerChildDetected;
+ SDLVehicleDataEventStatus _Nonnull passengerChildDetected;
var passengerChildDetected: SDLVehicleDataEventStatus { get set }
+ var passengerChildDetected: SDLVehicleDataEventStatus { get set }
@@ -164,11 +164,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull rightRow2BuckleBelted;
+ SDLVehicleDataEventStatus _Nonnull rightRow2BuckleBelted;
var rightRow2BuckleBelted: SDLVehicleDataEventStatus { get set }
+ var rightRow2BuckleBelted: SDLVehicleDataEventStatus { get set }
@@ -185,11 +185,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull middleRow2BuckleBelted;
+ SDLVehicleDataEventStatus _Nonnull middleRow2BuckleBelted;
var middleRow2BuckleBelted: SDLVehicleDataEventStatus { get set }
+ var middleRow2BuckleBelted: SDLVehicleDataEventStatus { get set }
@@ -206,11 +206,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull middleRow3BuckleBelted;
+ SDLVehicleDataEventStatus _Nonnull middleRow3BuckleBelted;
var middleRow3BuckleBelted: SDLVehicleDataEventStatus { get set }
+ var middleRow3BuckleBelted: SDLVehicleDataEventStatus { get set }
@@ -227,11 +227,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull leftRow3BuckleBelted;
+ SDLVehicleDataEventStatus _Nonnull leftRow3BuckleBelted;
var leftRow3BuckleBelted: SDLVehicleDataEventStatus { get set }
+ var leftRow3BuckleBelted: SDLVehicleDataEventStatus { get set }
@@ -248,11 +248,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull rightRow3BuckleBelted;
+ SDLVehicleDataEventStatus _Nonnull rightRow3BuckleBelted;
var rightRow3BuckleBelted: SDLVehicleDataEventStatus { get set }
+ var rightRow3BuckleBelted: SDLVehicleDataEventStatus { get set }
@@ -269,11 +269,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull leftRearInflatableBelted;
+ SDLVehicleDataEventStatus _Nonnull leftRearInflatableBelted;
var leftRearInflatableBelted: SDLVehicleDataEventStatus { get set }
+ var leftRearInflatableBelted: SDLVehicleDataEventStatus { get set }
@@ -290,11 +290,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull rightRearInflatableBelted;
+ SDLVehicleDataEventStatus _Nonnull rightRearInflatableBelted;
var rightRearInflatableBelted: SDLVehicleDataEventStatus { get set }
+ var rightRearInflatableBelted: SDLVehicleDataEventStatus { get set }
@@ -311,11 +311,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull middleRow1BeltDeployed;
+ SDLVehicleDataEventStatus _Nonnull middleRow1BeltDeployed;
var middleRow1BeltDeployed: SDLVehicleDataEventStatus { get set }
+ var middleRow1BeltDeployed: SDLVehicleDataEventStatus { get set }
@@ -332,11 +332,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull middleRow1BuckleBelted;
+ SDLVehicleDataEventStatus _Nonnull middleRow1BuckleBelted;
var middleRow1BuckleBelted: SDLVehicleDataEventStatus { get set }
+ var middleRow1BuckleBelted: SDLVehicleDataEventStatus { get set }
diff --git a/docs/Classes/SDLBodyInformation.html b/docs/Classes/SDLBodyInformation.html
index b174c5ab0..c2a1eac6e 100644
--- a/docs/Classes/SDLBodyInformation.html
+++ b/docs/Classes/SDLBodyInformation.html
@@ -57,11 +57,11 @@ @property (readwrite, strong, nonatomic)
- SDLIgnitionStableStatus _Nonnull ignitionStableStatus;
+ SDLIgnitionStableStatus _Nonnull ignitionStableStatus;
var ignitionStableStatus: SDLIgnitionStableStatus { get set }
+ var ignitionStableStatus: SDLIgnitionStableStatus { get set }
@@ -81,11 +81,11 @@ @property (readwrite, strong, nonatomic)
- SDLIgnitionStatus _Nonnull ignitionStatus;
+ SDLIgnitionStatus _Nonnull ignitionStatus;
var ignitionStatus: SDLIgnitionStatus { get set }
+ var ignitionStatus: SDLIgnitionStatus { get set }
diff --git a/docs/Classes/SDLButtonCapabilities.html b/docs/Classes/SDLButtonCapabilities.html
index 780fec3ca..080ff3aea 100644
--- a/docs/Classes/SDLButtonCapabilities.html
+++ b/docs/Classes/SDLButtonCapabilities.html
@@ -32,11 +32,11 @@ @property (readwrite, strong, nonatomic) SDLButtonName _Nonnull name;
+ @property (readwrite, strong, nonatomic) SDLButtonName _Nonnull name;
var name: SDLButtonName { get set }
+ var name: SDLButtonName { get set }
diff --git a/docs/Classes/SDLButtonPress.html b/docs/Classes/SDLButtonPress.html
index 9516768a8..cf66bbf07 100644
--- a/docs/Classes/SDLButtonPress.html
+++ b/docs/Classes/SDLButtonPress.html
@@ -26,11 +26,11 @@ - (instancetype)initWithButtonName:(SDLButtonName)buttonName moduleType:(SDLModuleType)moduleType __deprecated_msg(("Use initWithButtonName:moduleType:moduleId: instead"));
+ - (instancetype)initWithButtonName:(SDLButtonName)buttonName moduleType:(SDLModuleType)moduleType __deprecated_msg(("Use initWithButtonName:moduleType:moduleId: instead"));
init(buttonName: SDLButtonName, moduleType: SDLModuleType)
+ init(buttonName: SDLButtonName, moduleType: SDLModuleType)
@@ -44,11 +44,11 @@ - (instancetype)initWithButtonName:(SDLButtonName)buttonName moduleType:(SDLModuleType)moduleType moduleId:(nullable NSString *)moduleId;
+ - (instancetype)initWithButtonName:(SDLButtonName)buttonName moduleType:(SDLModuleType)moduleType moduleId:(nullable NSString *)moduleId;
init(buttonName: SDLButtonName, moduleType: SDLModuleType, moduleId: String?)
+ init(buttonName: SDLButtonName, moduleType: SDLModuleType, moduleId: String?)
@@ -62,11 +62,11 @@ @property (readwrite, strong, nonatomic) SDLModuleType _Nonnull moduleType;
+ @property (readwrite, strong, nonatomic) SDLModuleType _Nonnull moduleType;
var moduleType: SDLModuleType { get set }
+ var moduleType: SDLModuleType { get set }
@@ -100,11 +100,11 @@ @property (readwrite, strong, nonatomic) SDLButtonName _Nonnull buttonName;
+ @property (readwrite, strong, nonatomic) SDLButtonName _Nonnull buttonName;
var buttonName: SDLButtonName { get set }
+ var buttonName: SDLButtonName { get set }
@@ -119,11 +119,11 @@ @property (readwrite, strong, nonatomic)
- SDLButtonPressMode _Nonnull buttonPressMode;
+ SDLButtonPressMode _Nonnull buttonPressMode;
var buttonPressMode: SDLButtonPressMode { get set }
+ var buttonPressMode: SDLButtonPressMode { get set }
diff --git a/docs/Classes/SDLChangeRegistration.html b/docs/Classes/SDLChangeRegistration.html
index c2542ac38..0af1ab3f9 100644
--- a/docs/Classes/SDLChangeRegistration.html
+++ b/docs/Classes/SDLChangeRegistration.html
@@ -32,11 +32,11 @@ - (instancetype)initWithLanguage:(SDLLanguage)language hmiDisplayLanguage:(SDLLanguage)hmiDisplayLanguage;
+ - (instancetype)initWithLanguage:(SDLLanguage)language hmiDisplayLanguage:(SDLLanguage)hmiDisplayLanguage;
init(language: SDLLanguage, hmiDisplayLanguage: SDLLanguage)
+ init(language: SDLLanguage, hmiDisplayLanguage: SDLLanguage)
@@ -50,11 +50,11 @@ - (instancetype)initWithLanguage:(SDLLanguage)language hmiDisplayLanguage:(SDLLanguage)hmiDisplayLanguage appName:(nullable NSString *)appName ttsName:(nullable NSArray<SDLTTSChunk *> *)ttsName ngnMediaScreenAppName:(nullable NSString *)ngnMediaScreenAppName vrSynonyms:(nullable NSArray<NSString *> *)vrSynonyms;
+ - (instancetype)initWithLanguage:(SDLLanguage)language hmiDisplayLanguage:(SDLLanguage)hmiDisplayLanguage appName:(nullable NSString *)appName ttsName:(nullable NSArray<SDLTTSChunk *> *)ttsName ngnMediaScreenAppName:(nullable NSString *)ngnMediaScreenAppName vrSynonyms:(nullable NSArray<NSString *> *)vrSynonyms;
init(language: SDLLanguage, hmiDisplayLanguage: SDLLanguage, appName: String?, ttsName: [SDLTTSChunk]?, ngnMediaScreenAppName: String?, vrSynonyms: [String]?)
+ init(language: SDLLanguage, hmiDisplayLanguage: SDLLanguage, appName: String?, ttsName: [SDLTTSChunk]?, ngnMediaScreenAppName: String?, vrSynonyms: [String]?)
@@ -68,11 +68,11 @@ @property (readwrite, strong, nonatomic) SDLLanguage _Nonnull language;
+ @property (readwrite, strong, nonatomic) SDLLanguage _Nonnull language;
var language: SDLLanguage { get set }
+ var language: SDLLanguage { get set }
@@ -86,11 +86,11 @@ @property (readwrite, strong, nonatomic) SDLLanguage _Nonnull hmiDisplayLanguage;
+ @property (readwrite, strong, nonatomic) SDLLanguage _Nonnull hmiDisplayLanguage;
var hmiDisplayLanguage: SDLLanguage { get set }
+ var hmiDisplayLanguage: SDLLanguage { get set }
diff --git a/docs/Classes/SDLClimateControlCapabilities.html b/docs/Classes/SDLClimateControlCapabilities.html
index 11ac50160..ded49e8c9 100644
--- a/docs/Classes/SDLClimateControlCapabilities.html
+++ b/docs/Classes/SDLClimateControlCapabilities.html
@@ -319,11 +319,11 @@ @property (readwrite, strong, nonatomic, nullable)
- NSArray<SDLDefrostZone> *defrostZone;
+ NSArray<SDLDefrostZone> *defrostZone;
var defrostZone: [SDLDefrostZone]? { get set }
+ var defrostZone: [SDLDefrostZone]? { get set }
@@ -363,11 +363,11 @@ @property (readwrite, strong, nonatomic, nullable)
- NSArray<SDLVentilationMode> *ventilationMode;
+ NSArray<SDLVentilationMode> *ventilationMode;
var ventilationMode: [SDLVentilationMode]? { get set }
+ var ventilationMode: [SDLVentilationMode]? { get set }
diff --git a/docs/Classes/SDLClimateControlData.html b/docs/Classes/SDLClimateControlData.html
index 6b25a82e2..cdde0e685 100644
--- a/docs/Classes/SDLClimateControlData.html
+++ b/docs/Classes/SDLClimateControlData.html
@@ -38,11 +38,11 @@ - (instancetype)initWithFanSpeed:(nullable NSNumber<SDLInt> *)fanSpeed desiredTemperature:(nullable SDLTemperature *)desiredTemperature acEnable:(nullable NSNumber<SDLBool> *)acEnable circulateAirEnable:(nullable NSNumber<SDLBool> *)circulateAirEnable autoModeEnable:(nullable NSNumber<SDLBool> *)autoModeEnable defrostZone:(nullable SDLDefrostZone)defrostZone dualModeEnable:(nullable NSNumber<SDLBool> *)dualModeEnable acMaxEnable:(nullable NSNumber<SDLBool> *)acMaxEnable ventilationMode:(nullable SDLVentilationMode)ventilationMode __deprecated_msg("Use initWithFanSpeed:desiredTemperature:acEnable:circulateAirEnable:autoModeEnable:defrostZone: dualModeEnable:acMaxEnable:ventilationMode:heatedSteeringWheelEnable: heatedWindshieldEnable:heatedRearWindowEnable:heatedMirrorsEnable:climateEnable instead");
+ - (instancetype)initWithFanSpeed:(nullable NSNumber<SDLInt> *)fanSpeed desiredTemperature:(nullable SDLTemperature *)desiredTemperature acEnable:(nullable NSNumber<SDLBool> *)acEnable circulateAirEnable:(nullable NSNumber<SDLBool> *)circulateAirEnable autoModeEnable:(nullable NSNumber<SDLBool> *)autoModeEnable defrostZone:(nullable SDLDefrostZone)defrostZone dualModeEnable:(nullable NSNumber<SDLBool> *)dualModeEnable acMaxEnable:(nullable NSNumber<SDLBool> *)acMaxEnable ventilationMode:(nullable SDLVentilationMode)ventilationMode __deprecated_msg("Use initWithFanSpeed:desiredTemperature:acEnable:circulateAirEnable:autoModeEnable:defrostZone: dualModeEnable:acMaxEnable:ventilationMode:heatedSteeringWheelEnable: heatedWindshieldEnable:heatedRearWindowEnable:heatedMirrorsEnable:climateEnable instead");
init(fanSpeed: (NSNumber & SDLInt)?, desiredTemperature: SDLTemperature?, acEnable: (NSNumber & SDLBool)?, circulateAirEnable: (NSNumber & SDLBool)?, autoModeEnable: (NSNumber & SDLBool)?, defrostZone: SDLDefrostZone?, dualModeEnable: (NSNumber & SDLBool)?, acMaxEnable: (NSNumber & SDLBool)?, ventilationMode: SDLVentilationMode?)
+ init(fanSpeed: (NSNumber & SDLInt)?, desiredTemperature: SDLTemperature?, acEnable: (NSNumber & SDLBool)?, circulateAirEnable: (NSNumber & SDLBool)?, autoModeEnable: (NSNumber & SDLBool)?, defrostZone: SDLDefrostZone?, dualModeEnable: (NSNumber & SDLBool)?, acMaxEnable: (NSNumber & SDLBool)?, ventilationMode: SDLVentilationMode?)
@@ -56,11 +56,11 @@ - (instancetype)initWithFanSpeed:(nullable NSNumber<SDLInt> *)fanSpeed desiredTemperature:(nullable SDLTemperature *)desiredTemperature acEnable:(nullable NSNumber<SDLBool> *)acEnable circulateAirEnable:(nullable NSNumber<SDLBool> *)circulateAirEnable autoModeEnable:(nullable NSNumber<SDLBool> *)autoModeEnable defrostZone:(nullable SDLDefrostZone)defrostZone dualModeEnable:(nullable NSNumber<SDLBool> *)dualModeEnable acMaxEnable:(nullable NSNumber<SDLBool> *)acMaxEnable ventilationMode:(nullable SDLVentilationMode)ventilationMode heatedSteeringWheelEnable:(nullable NSNumber<SDLBool> *)heatedSteeringWheelEnable heatedWindshieldEnable:(nullable NSNumber<SDLBool> *)heatedWindshieldEnable heatedRearWindowEnable:(nullable NSNumber<SDLBool> *)heatedRearWindowEnable heatedMirrorsEnable:(nullable NSNumber<SDLBool> *)heatedMirrorsEnable __deprecated_msg("Use initWithFanSpeed:desiredTemperature:acEnable:circulateAirEnable:autoModeEnable:defrostZone: dualModeEnable:acMaxEnable:ventilationMode:heatedSteeringWheelEnable: heatedWindshieldEnable:heatedRearWindowEnable:heatedMirrorsEnable:climateEnable instead");
+ - (instancetype)initWithFanSpeed:(nullable NSNumber<SDLInt> *)fanSpeed desiredTemperature:(nullable SDLTemperature *)desiredTemperature acEnable:(nullable NSNumber<SDLBool> *)acEnable circulateAirEnable:(nullable NSNumber<SDLBool> *)circulateAirEnable autoModeEnable:(nullable NSNumber<SDLBool> *)autoModeEnable defrostZone:(nullable SDLDefrostZone)defrostZone dualModeEnable:(nullable NSNumber<SDLBool> *)dualModeEnable acMaxEnable:(nullable NSNumber<SDLBool> *)acMaxEnable ventilationMode:(nullable SDLVentilationMode)ventilationMode heatedSteeringWheelEnable:(nullable NSNumber<SDLBool> *)heatedSteeringWheelEnable heatedWindshieldEnable:(nullable NSNumber<SDLBool> *)heatedWindshieldEnable heatedRearWindowEnable:(nullable NSNumber<SDLBool> *)heatedRearWindowEnable heatedMirrorsEnable:(nullable NSNumber<SDLBool> *)heatedMirrorsEnable __deprecated_msg("Use initWithFanSpeed:desiredTemperature:acEnable:circulateAirEnable:autoModeEnable:defrostZone: dualModeEnable:acMaxEnable:ventilationMode:heatedSteeringWheelEnable: heatedWindshieldEnable:heatedRearWindowEnable:heatedMirrorsEnable:climateEnable instead");
init(fanSpeed: (NSNumber & SDLInt)?, desiredTemperature: SDLTemperature?, acEnable: (NSNumber & SDLBool)?, circulateAirEnable: (NSNumber & SDLBool)?, autoModeEnable: (NSNumber & SDLBool)?, defrostZone: SDLDefrostZone?, dualModeEnable: (NSNumber & SDLBool)?, acMaxEnable: (NSNumber & SDLBool)?, ventilationMode: SDLVentilationMode?, heatedSteeringWheelEnable: (NSNumber & SDLBool)?, heatedWindshieldEnable: (NSNumber & SDLBool)?, heatedRearWindowEnable: (NSNumber & SDLBool)?, heatedMirrorsEnable: (NSNumber & SDLBool)?)
+ init(fanSpeed: (NSNumber & SDLInt)?, desiredTemperature: SDLTemperature?, acEnable: (NSNumber & SDLBool)?, circulateAirEnable: (NSNumber & SDLBool)?, autoModeEnable: (NSNumber & SDLBool)?, defrostZone: SDLDefrostZone?, dualModeEnable: (NSNumber & SDLBool)?, acMaxEnable: (NSNumber & SDLBool)?, ventilationMode: SDLVentilationMode?, heatedSteeringWheelEnable: (NSNumber & SDLBool)?, heatedWindshieldEnable: (NSNumber & SDLBool)?, heatedRearWindowEnable: (NSNumber & SDLBool)?, heatedMirrorsEnable: (NSNumber & SDLBool)?)
@@ -74,11 +74,11 @@ - (instancetype)initWithFanSpeed:(nullable NSNumber<SDLInt> *)fanSpeed desiredTemperature:(nullable SDLTemperature *)desiredTemperature acEnable:(nullable NSNumber<SDLBool> *)acEnable circulateAirEnable:(nullable NSNumber<SDLBool> *)circulateAirEnable autoModeEnable:(nullable NSNumber<SDLBool> *)autoModeEnable defrostZone:(nullable SDLDefrostZone)defrostZone dualModeEnable:(nullable NSNumber<SDLBool> *)dualModeEnable acMaxEnable:(nullable NSNumber<SDLBool> *)acMaxEnable ventilationMode:(nullable SDLVentilationMode)ventilationMode heatedSteeringWheelEnable:(nullable NSNumber<SDLBool> *)heatedSteeringWheelEnable heatedWindshieldEnable:(nullable NSNumber<SDLBool> *)heatedWindshieldEnable heatedRearWindowEnable:(nullable NSNumber<SDLBool> *)heatedRearWindowEnable heatedMirrorsEnable:(nullable NSNumber<SDLBool> *)heatedMirrorsEnable climateEnable:(nullable NSNumber<SDLBool> *)climateEnable;
+ - (instancetype)initWithFanSpeed:(nullable NSNumber<SDLInt> *)fanSpeed desiredTemperature:(nullable SDLTemperature *)desiredTemperature acEnable:(nullable NSNumber<SDLBool> *)acEnable circulateAirEnable:(nullable NSNumber<SDLBool> *)circulateAirEnable autoModeEnable:(nullable NSNumber<SDLBool> *)autoModeEnable defrostZone:(nullable SDLDefrostZone)defrostZone dualModeEnable:(nullable NSNumber<SDLBool> *)dualModeEnable acMaxEnable:(nullable NSNumber<SDLBool> *)acMaxEnable ventilationMode:(nullable SDLVentilationMode)ventilationMode heatedSteeringWheelEnable:(nullable NSNumber<SDLBool> *)heatedSteeringWheelEnable heatedWindshieldEnable:(nullable NSNumber<SDLBool> *)heatedWindshieldEnable heatedRearWindowEnable:(nullable NSNumber<SDLBool> *)heatedRearWindowEnable heatedMirrorsEnable:(nullable NSNumber<SDLBool> *)heatedMirrorsEnable climateEnable:(nullable NSNumber<SDLBool> *)climateEnable;
init(fanSpeed: (NSNumber & SDLInt)?, desiredTemperature: SDLTemperature?, acEnable: (NSNumber & SDLBool)?, circulateAirEnable: (NSNumber & SDLBool)?, autoModeEnable: (NSNumber & SDLBool)?, defrostZone: SDLDefrostZone?, dualModeEnable: (NSNumber & SDLBool)?, acMaxEnable: (NSNumber & SDLBool)?, ventilationMode: SDLVentilationMode?, heatedSteeringWheelEnable: (NSNumber & SDLBool)?, heatedWindshieldEnable: (NSNumber & SDLBool)?, heatedRearWindowEnable: (NSNumber & SDLBool)?, heatedMirrorsEnable: (NSNumber & SDLBool)?, climateEnable: (NSNumber & SDLBool)?)
+ init(fanSpeed: (NSNumber & SDLInt)?, desiredTemperature: SDLTemperature?, acEnable: (NSNumber & SDLBool)?, circulateAirEnable: (NSNumber & SDLBool)?, autoModeEnable: (NSNumber & SDLBool)?, defrostZone: SDLDefrostZone?, dualModeEnable: (NSNumber & SDLBool)?, acMaxEnable: (NSNumber & SDLBool)?, ventilationMode: SDLVentilationMode?, heatedSteeringWheelEnable: (NSNumber & SDLBool)?, heatedWindshieldEnable: (NSNumber & SDLBool)?, heatedRearWindowEnable: (NSNumber & SDLBool)?, heatedMirrorsEnable: (NSNumber & SDLBool)?, climateEnable: (NSNumber & SDLBool)?)
@@ -223,11 +223,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLDefrostZone defrostZone;
+ @property (readwrite, strong, nonatomic, nullable) SDLDefrostZone defrostZone;
var defrostZone: SDLDefrostZone? { get set }
+ var defrostZone: SDLDefrostZone? { get set }
@@ -286,11 +286,11 @@ @property (readwrite, strong, nonatomic, nullable)
- SDLVentilationMode ventilationMode;
+ SDLVentilationMode ventilationMode;
var ventilationMode: SDLVentilationMode? { get set }
+ var ventilationMode: SDLVentilationMode? { get set }
diff --git a/docs/Classes/SDLCloudAppProperties.html b/docs/Classes/SDLCloudAppProperties.html
index fac3f98a0..b4451c40c 100644
--- a/docs/Classes/SDLCloudAppProperties.html
+++ b/docs/Classes/SDLCloudAppProperties.html
@@ -62,12 +62,12 @@ convenience init(appID: String, nicknames: [String]?, enabled: Bool, authToken: String?, cloudTransportType: String?, hybridAppPreference: SDLHybridAppPreference?, endpoint: String?)
+ convenience init(appID: String, nicknames: [String]?, enabled: Bool, authToken: String?, cloudTransportType: String?, hybridAppPreference: SDLHybridAppPreference?, endpoint: String?)
@@ -206,11 +206,11 @@ @property (readwrite, strong, nonatomic, nullable)
- SDLHybridAppPreference hybridAppPreference;
+ SDLHybridAppPreference hybridAppPreference;
var hybridAppPreference: SDLHybridAppPreference? { get set }
+ var hybridAppPreference: SDLHybridAppPreference? { get set }
diff --git a/docs/Classes/SDLClusterModeStatus.html b/docs/Classes/SDLClusterModeStatus.html
index fc28d2258..ad1d10221 100644
--- a/docs/Classes/SDLClusterModeStatus.html
+++ b/docs/Classes/SDLClusterModeStatus.html
@@ -48,11 +48,11 @@ @property (readwrite, strong, nonatomic)
- SDLPowerModeQualificationStatus _Nonnull powerModeQualificationStatus;
+ SDLPowerModeQualificationStatus _Nonnull powerModeQualificationStatus;
var powerModeQualificationStatus: SDLPowerModeQualificationStatus { get set }
+ var powerModeQualificationStatus: SDLPowerModeQualificationStatus { get set }
@@ -68,11 +68,11 @@ @property (readwrite, strong, nonatomic) SDLCarModeStatus _Nonnull carModeStatus;
+ @property (readwrite, strong, nonatomic) SDLCarModeStatus _Nonnull carModeStatus;
var carModeStatus: SDLCarModeStatus { get set }
+ var carModeStatus: SDLCarModeStatus { get set }
@@ -89,11 +89,11 @@ @property (readwrite, strong, nonatomic)
- SDLPowerModeStatus _Nonnull powerModeStatus;
+ SDLPowerModeStatus _Nonnull powerModeStatus;
var powerModeStatus: SDLPowerModeStatus { get set }
+ var powerModeStatus: SDLPowerModeStatus { get set }
diff --git a/docs/Classes/SDLCreateWindow.html b/docs/Classes/SDLCreateWindow.html
index 72e32bb90..961640b07 100644
--- a/docs/Classes/SDLCreateWindow.html
+++ b/docs/Classes/SDLCreateWindow.html
@@ -32,11 +32,11 @@ - (nonnull instancetype)initWithId:(NSUInteger)windowId
windowName:(nonnull NSString *)windowName
- windowType:(nonnull SDLWindowType)windowType;
+ windowType:(nonnull SDLWindowType)windowType;
init(id windowId: UInt, windowName: String, windowType: SDLWindowType)
+ init(id windowId: UInt, windowName: String, windowType: SDLWindowType)
@@ -61,13 +61,13 @@ - (nonnull instancetype)initWithId:(NSUInteger)windowId
windowName:(nonnull NSString *)windowName
- windowType:(nonnull SDLWindowType)windowType
+ windowType:(nonnull SDLWindowType)windowType
associatedServiceType:(nullable NSString *)associatedServiceType
duplicateUpdatesFromWindowID:(NSUInteger)duplicateUpdatesFromWindowID;
init(id windowId: UInt, windowName: String, windowType: SDLWindowType, associatedServiceType: String?, duplicateUpdatesFromWindowID: UInt)
+ init(id windowId: UInt, windowName: String, windowType: SDLWindowType, associatedServiceType: String?, duplicateUpdatesFromWindowID: UInt)
@@ -132,11 +132,11 @@ @property (readwrite, strong, nonatomic) SDLWindowType _Nonnull type;
+ @property (readwrite, strong, nonatomic) SDLWindowType _Nonnull type;
var type: SDLWindowType { get set }
+ var type: SDLWindowType { get set }
diff --git a/docs/Classes/SDLDIDResult.html b/docs/Classes/SDLDIDResult.html
index 5475ba8a5..36ccafc4b 100644
--- a/docs/Classes/SDLDIDResult.html
+++ b/docs/Classes/SDLDIDResult.html
@@ -26,11 +26,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataResultCode _Nonnull resultCode;
+ SDLVehicleDataResultCode _Nonnull resultCode;
var resultCode: SDLVehicleDataResultCode { get set }
+ var resultCode: SDLVehicleDataResultCode { get set }
diff --git a/docs/Classes/SDLDeviceStatus.html b/docs/Classes/SDLDeviceStatus.html
index d6ca78f2f..c30c1b060 100644
--- a/docs/Classes/SDLDeviceStatus.html
+++ b/docs/Classes/SDLDeviceStatus.html
@@ -143,11 +143,11 @@ @property (readwrite, strong, nonatomic)
- SDLDeviceLevelStatus _Nonnull battLevelStatus;
+ SDLDeviceLevelStatus _Nonnull battLevelStatus;
var battLevelStatus: SDLDeviceLevelStatus { get set }
+ var battLevelStatus: SDLDeviceLevelStatus { get set }
@@ -211,11 +211,11 @@ @property (readwrite, strong, nonatomic)
- SDLDeviceLevelStatus _Nonnull signalLevelStatus;
+ SDLDeviceLevelStatus _Nonnull signalLevelStatus;
var signalLevelStatus: SDLDeviceLevelStatus { get set }
+ var signalLevelStatus: SDLDeviceLevelStatus { get set }
@@ -237,11 +237,11 @@ @property (readwrite, strong, nonatomic)
- SDLPrimaryAudioSource _Nonnull primaryAudioSource;
+ SDLPrimaryAudioSource _Nonnull primaryAudioSource;
var primaryAudioSource: SDLPrimaryAudioSource { get set }
+ var primaryAudioSource: SDLPrimaryAudioSource { get set }
diff --git a/docs/Classes/SDLDisplayCapabilities.html b/docs/Classes/SDLDisplayCapabilities.html
index c32a94bd9..007216f05 100644
--- a/docs/Classes/SDLDisplayCapabilities.html
+++ b/docs/Classes/SDLDisplayCapabilities.html
@@ -33,11 +33,11 @@ @property (readwrite, strong, nonatomic) SDLDisplayType _Nonnull displayType;
+ @property (readwrite, strong, nonatomic) SDLDisplayType _Nonnull displayType;
var displayType: SDLDisplayType { get set }
+ var displayType: SDLDisplayType { get set }
@@ -135,11 +135,11 @@ @property (readwrite, strong, nonatomic)
- NSArray<SDLMediaClockFormat> *_Nonnull mediaClockFormats;
+ NSArray<SDLMediaClockFormat> *_Nonnull mediaClockFormats;
var mediaClockFormats: [SDLMediaClockFormat] { get set }
+ var mediaClockFormats: [SDLMediaClockFormat] { get set }
diff --git a/docs/Classes/SDLECallInfo.html b/docs/Classes/SDLECallInfo.html
index 92501304e..c5aff5e93 100644
--- a/docs/Classes/SDLECallInfo.html
+++ b/docs/Classes/SDLECallInfo.html
@@ -26,11 +26,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataNotificationStatus _Nonnull eCallNotificationStatus;
+ SDLVehicleDataNotificationStatus _Nonnull eCallNotificationStatus;
var eCallNotificationStatus: SDLVehicleDataNotificationStatus { get set }
+ var eCallNotificationStatus: SDLVehicleDataNotificationStatus { get set }
@@ -47,11 +47,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataNotificationStatus _Nonnull auxECallNotificationStatus;
+ SDLVehicleDataNotificationStatus _Nonnull auxECallNotificationStatus;
var auxECallNotificationStatus: SDLVehicleDataNotificationStatus { get set }
+ var auxECallNotificationStatus: SDLVehicleDataNotificationStatus { get set }
@@ -68,11 +68,11 @@ @property (readwrite, strong, nonatomic)
- SDLECallConfirmationStatus _Nonnull eCallConfirmationStatus;
+ SDLECallConfirmationStatus _Nonnull eCallConfirmationStatus;
var eCallConfirmationStatus: SDLECallConfirmationStatus { get set }
+ var eCallConfirmationStatus: SDLECallConfirmationStatus { get set }
diff --git a/docs/Classes/SDLEmergencyEvent.html b/docs/Classes/SDLEmergencyEvent.html
index 8c534c44a..8a905d21a 100644
--- a/docs/Classes/SDLEmergencyEvent.html
+++ b/docs/Classes/SDLEmergencyEvent.html
@@ -28,11 +28,11 @@ @property (readwrite, strong, nonatomic)
- SDLEmergencyEventType _Nonnull emergencyEventType;
+ SDLEmergencyEventType _Nonnull emergencyEventType;
var emergencyEventType: SDLEmergencyEventType { get set }
+ var emergencyEventType: SDLEmergencyEventType { get set }
@@ -49,11 +49,11 @@ @property (readwrite, strong, nonatomic)
- SDLFuelCutoffStatus _Nonnull fuelCutoffStatus;
+ SDLFuelCutoffStatus _Nonnull fuelCutoffStatus;
var fuelCutoffStatus: SDLFuelCutoffStatus { get set }
+ var fuelCutoffStatus: SDLFuelCutoffStatus { get set }
@@ -70,11 +70,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull rolloverEvent;
+ SDLVehicleDataEventStatus _Nonnull rolloverEvent;
var rolloverEvent: SDLVehicleDataEventStatus { get set }
+ var rolloverEvent: SDLVehicleDataEventStatus { get set }
@@ -117,11 +117,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataEventStatus _Nonnull multipleEvents;
+ SDLVehicleDataEventStatus _Nonnull multipleEvents;
var multipleEvents: SDLVehicleDataEventStatus { get set }
+ var multipleEvents: SDLVehicleDataEventStatus { get set }
diff --git a/docs/Classes/SDLFile.html b/docs/Classes/SDLFile.html
index 5423a196c..e8dc2c939 100644
--- a/docs/Classes/SDLFile.html
+++ b/docs/Classes/SDLFile.html
@@ -144,11 +144,11 @@ @property (readonly, strong, nonatomic) SDLFileType _Nonnull fileType;
+ @property (readonly, strong, nonatomic) SDLFileType _Nonnull fileType;
var fileType: SDLFileType { get }
+ var fileType: SDLFileType { get }
@@ -300,7 +300,7 @@ convenience init(atFileURL url: URL, name: String)
+ convenience init(atFileURL url: URL, name: String)
@@ -401,7 +401,7 @@ convenience init(data: Data, name: String, fileExtension extension: String)
+ convenience init(data: Data, name: String, fileExtension extension: String)
diff --git a/docs/Classes/SDLFileManager.html b/docs/Classes/SDLFileManager.html
index db3b0f753..59165bc09 100644
--- a/docs/Classes/SDLFileManager.html
+++ b/docs/Classes/SDLFileManager.html
@@ -41,7 +41,7 @@ @property (readonly, copy, nonatomic)
- NSSet<SDLFileName *> *_Nonnull remoteFileNames;
+ NSSet<SDLFileName *> *_Nonnull remoteFileNames;
- (void)startWithCompletionHandler:
- (nullable SDLFileManagerStartupCompletionHandler)completionHandler;
+ (nullable SDLFileManagerStartupCompletionHandler)completionHandler;
func start(completionHandler: SDLFileManagerStartupCompletionHandler? = nil)
+ func start(completionHandler: SDLFileManagerStartupCompletionHandler? = nil)
@@ -274,13 +274,13 @@ - (void)deleteRemoteFileWithName:(nonnull SDLFileName *)name
+ - (void)deleteRemoteFileWithName:(nonnull SDLFileName *)name
completionHandler:
- (nullable SDLFileManagerDeleteCompletionHandler)completion;
+ (nullable SDLFileManagerDeleteCompletionHandler)completion;
func delete(fileName name: String, completionHandler completion: SDLFileManagerDeleteCompletionHandler? = nil)
+ func delete(fileName name: String, completionHandler completion: SDLFileManagerDeleteCompletionHandler? = nil)
@@ -301,14 +301,14 @@ - (void)deleteRemoteFilesWithNames:(nonnull NSArray<SDLFileName *> *)names
+ - (void)deleteRemoteFilesWithNames:(nonnull NSArray<SDLFileName *> *)names
completionHandler:
- (nullable SDLFileManagerMultiDeleteCompletionHandler)
+ (nullable SDLFileManagerMultiDeleteCompletionHandler)
completionHandler;
Swift
- func delete(fileNames names: [String], completionHandler: SDLFileManagerMultiDeleteCompletionHandler? = nil)
+ func delete(fileNames names: [String], completionHandler: SDLFileManagerMultiDeleteCompletionHandler? = nil)
@@ -331,11 +331,11 @@
Objective-C
- (void)uploadFile:(nonnull SDLFile *)file
completionHandler:
- (nullable SDLFileManagerUploadCompletionHandler)completion;
+ (nullable SDLFileManagerUploadCompletionHandler)completion;
func upload(file: SDLFile, completionHandler completion: SDLFileManagerUploadCompletionHandler? = nil)
+ func upload(file: SDLFile, completionHandler completion: SDLFileManagerUploadCompletionHandler? = nil)
@@ -360,13 +360,13 @@ - (void)uploadFiles:(nonnull NSArray<SDLFile *> *)files
progressHandler:
- (nullable SDLFileManagerMultiUploadProgressHandler)progressHandler
+ (nullable SDLFileManagerMultiUploadProgressHandler)progressHandler
completionHandler:
- (nullable SDLFileManagerMultiUploadCompletionHandler)completionHandler;
+ (nullable SDLFileManagerMultiUploadCompletionHandler)completionHandler;
func upload(files: [SDLFile], progressHandler: SDLFileManagerMultiUploadProgressHandler?, completionHandler: SDLFileManagerMultiUploadCompletionHandler? = nil)
+ func upload(files: [SDLFile], progressHandler: SDLFileManagerMultiUploadProgressHandler?, completionHandler: SDLFileManagerMultiUploadCompletionHandler? = nil)
@@ -391,11 +391,11 @@ - (void)uploadFiles:(nonnull NSArray<SDLFile *> *)files
completionHandler:
- (nullable SDLFileManagerMultiUploadCompletionHandler)completionHandler;
+ (nullable SDLFileManagerMultiUploadCompletionHandler)completionHandler;
func upload(files: [SDLFile], completionHandler: SDLFileManagerMultiUploadCompletionHandler? = nil)
+ func upload(files: [SDLFile], completionHandler: SDLFileManagerMultiUploadCompletionHandler? = nil)
@@ -418,11 +418,11 @@ - (void)uploadArtwork:(nonnull SDLArtwork *)artwork
completionHandler:
- (nullable SDLFileManagerUploadArtworkCompletionHandler)completion;
+ (nullable SDLFileManagerUploadArtworkCompletionHandler)completion;
func upload(artwork: SDLArtwork, completionHandler completion: SDLFileManagerUploadArtworkCompletionHandler? = nil)
+ func upload(artwork: SDLArtwork, completionHandler completion: SDLFileManagerUploadArtworkCompletionHandler? = nil)
@@ -445,11 +445,11 @@ - (void)uploadArtworks:(nonnull NSArray<SDLArtwork *> *)artworks
completionHandler:
- (nullable SDLFileManagerMultiUploadArtworkCompletionHandler)completion;
+ (nullable SDLFileManagerMultiUploadArtworkCompletionHandler)completion;
func upload(artworks: [SDLArtwork], completionHandler completion: SDLFileManagerMultiUploadArtworkCompletionHandler? = nil)
+ func upload(artworks: [SDLArtwork], completionHandler completion: SDLFileManagerMultiUploadArtworkCompletionHandler? = nil)
@@ -474,14 +474,14 @@ - (void)uploadArtworks:(nonnull NSArray<SDLArtwork *> *)artworks
progressHandler:
- (nullable SDLFileManagerMultiUploadArtworkProgressHandler)
+ (nullable SDLFileManagerMultiUploadArtworkProgressHandler)
progressHandler
completionHandler:
- (nullable SDLFileManagerMultiUploadArtworkCompletionHandler)completion;
+ (nullable SDLFileManagerMultiUploadArtworkCompletionHandler)completion;
func upload(artworks: [SDLArtwork], progressHandler: SDLFileManagerMultiUploadArtworkProgressHandler?, completionHandler completion: SDLFileManagerMultiUploadArtworkCompletionHandler? = nil)
+ func upload(artworks: [SDLArtwork], progressHandler: SDLFileManagerMultiUploadArtworkProgressHandler?, completionHandler completion: SDLFileManagerMultiUploadArtworkCompletionHandler? = nil)
diff --git a/docs/Classes/SDLFuelRange.html b/docs/Classes/SDLFuelRange.html
index dbfa550c3..1be22f0ae 100644
--- a/docs/Classes/SDLFuelRange.html
+++ b/docs/Classes/SDLFuelRange.html
@@ -24,11 +24,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLFuelType type;
+ @property (readwrite, strong, nonatomic, nullable) SDLFuelType type;
var type: SDLFuelType? { get set }
+ var type: SDLFuelType? { get set }
diff --git a/docs/Classes/SDLFunctionID.html b/docs/Classes/SDLFunctionID.html
index 74b9e0aeb..4b2261bb6 100644
--- a/docs/Classes/SDLFunctionID.html
+++ b/docs/Classes/SDLFunctionID.html
@@ -41,11 +41,11 @@ - (nullable SDLRPCFunctionName)functionNameForId:(UInt32)functionID;
+ - (nullable SDLRPCFunctionName)functionNameForId:(UInt32)functionID;
func functionName(forId functionID: UInt32) -> SDLRPCFunctionName?
+ func functionName(forId functionID: UInt32) -> SDLRPCFunctionName?
@@ -59,11 +59,11 @@ - (nullable NSNumber<SDLInt> *)functionIdForName:(SDLRPCFunctionName)functionName;
+ - (nullable NSNumber<SDLInt> *)functionIdForName:(SDLRPCFunctionName)functionName;
func functionId(forName functionName: SDLRPCFunctionName) -> (NSNumber & SDLInt)?
+ func functionId(forName functionName: SDLRPCFunctionName) -> (NSNumber & SDLInt)?
diff --git a/docs/Classes/SDLGPSData.html b/docs/Classes/SDLGPSData.html
index f4047181f..ec799b15a 100644
--- a/docs/Classes/SDLGPSData.html
+++ b/docs/Classes/SDLGPSData.html
@@ -204,11 +204,11 @@ @property (readwrite, strong, nonatomic, nullable)
- SDLCompassDirection compassDirection;
+ SDLCompassDirection compassDirection;
var compassDirection: SDLCompassDirection? { get set }
+ var compassDirection: SDLCompassDirection? { get set }
@@ -332,11 +332,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLDimension dimension;
+ @property (readwrite, strong, nonatomic, nullable) SDLDimension dimension;
var dimension: SDLDimension? { get set }
+ var dimension: SDLDimension? { get set }
diff --git a/docs/Classes/SDLGetAppServiceData.html b/docs/Classes/SDLGetAppServiceData.html
index c65963be8..135c9be00 100644
--- a/docs/Classes/SDLGetAppServiceData.html
+++ b/docs/Classes/SDLGetAppServiceData.html
@@ -26,11 +26,11 @@ - (nonnull instancetype)initWithAppServiceType:
- (nonnull SDLAppServiceType)serviceType;
+ (nonnull SDLAppServiceType)serviceType;
init(appServiceType serviceType: SDLAppServiceType)
+ init(appServiceType serviceType: SDLAppServiceType)
@@ -54,11 +54,11 @@ - (nonnull instancetype)initAndSubscribeToAppServiceType:
- (nonnull SDLAppServiceType)serviceType;
+ (nonnull SDLAppServiceType)serviceType;
init(andSubscribeToAppServiceType serviceType: SDLAppServiceType)
+ init(andSubscribeToAppServiceType serviceType: SDLAppServiceType)
@@ -82,11 +82,11 @@ - (nonnull instancetype)initAndUnsubscribeToAppServiceType:
- (nonnull SDLAppServiceType)serviceType;
+ (nonnull SDLAppServiceType)serviceType;
init(andUnsubscribeToAppServiceType serviceType: SDLAppServiceType)
+ init(andUnsubscribeToAppServiceType serviceType: SDLAppServiceType)
@@ -106,7 +106,7 @@ The type of service that is to be offered by this app. See AppServiceType
for known enum equivalent types. Parameter is a string to allow for new service types to be used by apps on older versions of SDL Core.
String, See SDLAppServiceType
, Required
String, See SDLAppServiceType
, Required
- (nonnull instancetype)initWithFileName:(nonnull NSString *)fileName
appServiceId:(nullable NSString *)appServiceId
- fileType:(nullable SDLFileType)fileType;
+ fileType:(nullable SDLFileType)fileType;
init(fileName: String, appServiceId: String?, fileType: SDLFileType?)
+ init(fileName: String, appServiceId: String?, fileType: SDLFileType?)
@@ -90,13 +90,13 @@ - (nonnull instancetype)initWithFileName:(nonnull NSString *)fileName
appServiceId:(nullable NSString *)appServiceId
- fileType:(nullable SDLFileType)fileType
+ fileType:(nullable SDLFileType)fileType
offset:(UInt32)offset
length:(UInt32)length;
init(fileName: String, appServiceId: String?, fileType: SDLFileType?, offset: UInt32, length: UInt32)
+ init(fileName: String, appServiceId: String?, fileType: SDLFileType?, offset: UInt32, length: UInt32)
@@ -169,11 +169,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLFileType fileType;
+ @property (readwrite, strong, nonatomic, nullable) SDLFileType fileType;
var fileType: SDLFileType? { get set }
+ var fileType: SDLFileType? { get set }
diff --git a/docs/Classes/SDLGetFileResponse.html b/docs/Classes/SDLGetFileResponse.html
index 483962841..3ee392dd5 100644
--- a/docs/Classes/SDLGetFileResponse.html
+++ b/docs/Classes/SDLGetFileResponse.html
@@ -27,12 +27,12 @@ - (nonnull instancetype)initWithOffset:(UInt32)offset
length:(UInt32)length
- fileType:(nullable SDLFileType)fileType
+ fileType:(nullable SDLFileType)fileType
crc:(UInt32)crc;
init(offset: UInt32, length: UInt32, fileType: SDLFileType?, crc: UInt32)
+ init(offset: UInt32, length: UInt32, fileType: SDLFileType?, crc: UInt32)
@@ -103,11 +103,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLFileType fileType;
+ @property (readwrite, strong, nonatomic, nullable) SDLFileType fileType;
var fileType: SDLFileType? { get set }
+ var fileType: SDLFileType? { get set }
diff --git a/docs/Classes/SDLGetInteriorVehicleData.html b/docs/Classes/SDLGetInteriorVehicleData.html
index f27ee6006..fdb321849 100644
--- a/docs/Classes/SDLGetInteriorVehicleData.html
+++ b/docs/Classes/SDLGetInteriorVehicleData.html
@@ -33,11 +33,11 @@ - (instancetype)initWithModuleType:(SDLModuleType)moduleType moduleId:(NSString *)moduleId;
+ - (instancetype)initWithModuleType:(SDLModuleType)moduleType moduleId:(NSString *)moduleId;
init(moduleType: SDLModuleType, moduleId: String)
+ init(moduleType: SDLModuleType, moduleId: String)
@@ -51,11 +51,11 @@ - (instancetype)initAndSubscribeToModuleType:(SDLModuleType)moduleType moduleId:(NSString *)moduleId;
+ - (instancetype)initAndSubscribeToModuleType:(SDLModuleType)moduleType moduleId:(NSString *)moduleId;
init(andSubscribeToModuleType moduleType: SDLModuleType, moduleId: String)
+ init(andSubscribeToModuleType moduleType: SDLModuleType, moduleId: String)
@@ -69,11 +69,11 @@ - (instancetype)initAndUnsubscribeToModuleType:(SDLModuleType)moduleType moduleId:(NSString *)moduleId;
+ - (instancetype)initAndUnsubscribeToModuleType:(SDLModuleType)moduleType moduleId:(NSString *)moduleId;
init(andUnsubscribeToModuleType moduleType: SDLModuleType, moduleId: String)
+ init(andUnsubscribeToModuleType moduleType: SDLModuleType, moduleId: String)
@@ -87,11 +87,11 @@ - (instancetype)initWithModuleType:(SDLModuleType)moduleType __deprecated_msg("Use initWithModuleType:moduleId: instead");
+ - (instancetype)initWithModuleType:(SDLModuleType)moduleType __deprecated_msg("Use initWithModuleType:moduleId: instead");
init(moduleType: SDLModuleType)
+ init(moduleType: SDLModuleType)
@@ -105,11 +105,11 @@ - (instancetype)initAndSubscribeToModuleType:(SDLModuleType)moduleType __deprecated_msg("Use initAndSubscribeToModuleType:moduleId: instead");
+ - (instancetype)initAndSubscribeToModuleType:(SDLModuleType)moduleType __deprecated_msg("Use initAndSubscribeToModuleType:moduleId: instead");
init(andSubscribeToModuleType moduleType: SDLModuleType)
+ init(andSubscribeToModuleType moduleType: SDLModuleType)
@@ -123,11 +123,11 @@ - (instancetype)initAndUnsubscribeToModuleType:(SDLModuleType)moduleType __deprecated_msg("Use initAndUnsubscribeToModuleType:moduleId:");
+ - (instancetype)initAndUnsubscribeToModuleType:(SDLModuleType)moduleType __deprecated_msg("Use initAndUnsubscribeToModuleType:moduleId:");
init(andUnsubscribeToModuleType moduleType: SDLModuleType)
+ init(andUnsubscribeToModuleType moduleType: SDLModuleType)
@@ -141,11 +141,11 @@ @property (readwrite, strong, nonatomic) SDLModuleType _Nonnull moduleType;
+ @property (readwrite, strong, nonatomic) SDLModuleType _Nonnull moduleType;
var moduleType: SDLModuleType { get set }
+ var moduleType: SDLModuleType { get set }
diff --git a/docs/Classes/SDLGetInteriorVehicleDataConsent.html b/docs/Classes/SDLGetInteriorVehicleDataConsent.html
index 18ac37375..2bf551cc2 100644
--- a/docs/Classes/SDLGetInteriorVehicleDataConsent.html
+++ b/docs/Classes/SDLGetInteriorVehicleDataConsent.html
@@ -23,11 +23,11 @@ - (instancetype)initWithModuleType:(SDLModuleType)moduleType moduleIds:(NSArray<NSString *> *)moduleIds;
+ - (instancetype)initWithModuleType:(SDLModuleType)moduleType moduleIds:(NSArray<NSString *> *)moduleIds;
init(moduleType: SDLModuleType, moduleIds: [String])
+ init(moduleType: SDLModuleType, moduleIds: [String])
@@ -43,11 +43,11 @@ @property (readwrite, strong, nonatomic) SDLModuleType _Nonnull moduleType;
+ @property (readwrite, strong, nonatomic) SDLModuleType _Nonnull moduleType;
var moduleType: SDLModuleType { get set }
+ var moduleType: SDLModuleType { get set }
diff --git a/docs/Classes/SDLGetSystemCapability.html b/docs/Classes/SDLGetSystemCapability.html
index 5b6d3a5c6..f35c7c1df 100644
--- a/docs/Classes/SDLGetSystemCapability.html
+++ b/docs/Classes/SDLGetSystemCapability.html
@@ -24,11 +24,11 @@ - (nonnull instancetype)initWithType:(nonnull SDLSystemCapabilityType)type;
+ - (nonnull instancetype)initWithType:(nonnull SDLSystemCapabilityType)type;
init(type: SDLSystemCapabilityType)
+ init(type: SDLSystemCapabilityType)
@@ -51,12 +51,12 @@ - (nonnull instancetype)initWithType:(nonnull SDLSystemCapabilityType)type
+ - (nonnull instancetype)initWithType:(nonnull SDLSystemCapabilityType)type
subscribe:(BOOL)subscribe;
Swift
- init(type: SDLSystemCapabilityType, subscribe: Bool)
+ init(type: SDLSystemCapabilityType, subscribe: Bool)
@@ -84,11 +84,11 @@
Objective-C
@property (readwrite, strong, nonatomic)
- SDLSystemCapabilityType _Nonnull systemCapabilityType;
+ SDLSystemCapabilityType _Nonnull systemCapabilityType;
var systemCapabilityType: SDLSystemCapabilityType { get set }
+ var systemCapabilityType: SDLSystemCapabilityType { get set }
diff --git a/docs/Classes/SDLGetVehicleDataResponse.html b/docs/Classes/SDLGetVehicleDataResponse.html
index 7de57af38..86457a62e 100644
--- a/docs/Classes/SDLGetVehicleDataResponse.html
+++ b/docs/Classes/SDLGetVehicleDataResponse.html
@@ -127,11 +127,11 @@ @property (readwrite, strong, nonatomic, nullable)
- SDLComponentVolumeStatus fuelLevel_State;
+ SDLComponentVolumeStatus fuelLevel_State;
var fuelLevel_State: SDLComponentVolumeStatus? { get set }
+ var fuelLevel_State: SDLComponentVolumeStatus? { get set }
@@ -222,11 +222,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLPRNDL prndl;
+ @property (readwrite, strong, nonatomic, nullable) SDLPRNDL prndl;
var prndl: SDLPRNDL? { get set }
+ var prndl: SDLPRNDL? { get set }
@@ -332,11 +332,11 @@ @property (readwrite, strong, nonatomic, nullable)
- SDLVehicleDataEventStatus driverBraking;
+ SDLVehicleDataEventStatus driverBraking;
var driverBraking: SDLVehicleDataEventStatus? { get set }
+ var driverBraking: SDLVehicleDataEventStatus? { get set }
@@ -350,11 +350,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLWiperStatus wiperStatus;
+ @property (readwrite, strong, nonatomic, nullable) SDLWiperStatus wiperStatus;
var wiperStatus: SDLWiperStatus? { get set }
+ var wiperStatus: SDLWiperStatus? { get set }
@@ -556,11 +556,11 @@ @property (readwrite, strong, nonatomic, nullable)
- SDLElectronicParkBrakeStatus electronicParkBrakeStatus;
+ SDLElectronicParkBrakeStatus electronicParkBrakeStatus;
var electronicParkBrakeStatus: SDLElectronicParkBrakeStatus? { get set }
+ var electronicParkBrakeStatus: SDLElectronicParkBrakeStatus? { get set }
@@ -574,11 +574,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLTurnSignal turnSignal;
+ @property (readwrite, strong, nonatomic, nullable) SDLTurnSignal turnSignal;
var turnSignal: SDLTurnSignal? { get set }
+ var turnSignal: SDLTurnSignal? { get set }
diff --git a/docs/Classes/SDLGetWaypoints.html b/docs/Classes/SDLGetWaypoints.html
index 8551058d3..8b78ffe0d 100644
--- a/docs/Classes/SDLGetWaypoints.html
+++ b/docs/Classes/SDLGetWaypoints.html
@@ -22,11 +22,11 @@ - (instancetype)initWithType:(SDLWayPointType)type;
+ - (instancetype)initWithType:(SDLWayPointType)type;
init(type: SDLWayPointType)
+ init(type: SDLWayPointType)
@@ -43,11 +43,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLWayPointType waypointType;
+ @property (readwrite, strong, nonatomic, nullable) SDLWayPointType waypointType;
var waypointType: SDLWayPointType? { get set }
+ var waypointType: SDLWayPointType? { get set }
diff --git a/docs/Classes/SDLHMIPermissions.html b/docs/Classes/SDLHMIPermissions.html
index 7bdee41b4..07d875c73 100644
--- a/docs/Classes/SDLHMIPermissions.html
+++ b/docs/Classes/SDLHMIPermissions.html
@@ -31,11 +31,11 @@ @property (readwrite, strong, nonatomic) NSArray<SDLHMILevel> *_Nonnull allowed;
+ @property (readwrite, strong, nonatomic) NSArray<SDLHMILevel> *_Nonnull allowed;
var allowed: [SDLHMILevel] { get set }
+ var allowed: [SDLHMILevel] { get set }
@@ -57,11 +57,11 @@ @property (readwrite, strong, nonatomic)
- NSArray<SDLHMILevel> *_Nonnull userDisallowed;
+ NSArray<SDLHMILevel> *_Nonnull userDisallowed;
var userDisallowed: [SDLHMILevel] { get set }
+ var userDisallowed: [SDLHMILevel] { get set }
diff --git a/docs/Classes/SDLHMISettingsControlData.html b/docs/Classes/SDLHMISettingsControlData.html
index c17c84f52..00778f251 100644
--- a/docs/Classes/SDLHMISettingsControlData.html
+++ b/docs/Classes/SDLHMISettingsControlData.html
@@ -25,13 +25,13 @@ - (nonnull instancetype)
- initWithDisplaymode:(nonnull SDLDisplayMode)displayMode
- temperatureUnit:(nonnull SDLTemperatureUnit)temperatureUnit
- distanceUnit:(nonnull SDLDistanceUnit)distanceUnit;
+ initWithDisplaymode:(nonnull SDLDisplayMode)displayMode
+ temperatureUnit:(nonnull SDLTemperatureUnit)temperatureUnit
+ distanceUnit:(nonnull SDLDistanceUnit)distanceUnit;
init(displaymode displayMode: SDLDisplayMode, temperatureUnit: SDLTemperatureUnit, distanceUnit: SDLDistanceUnit)
+ init(displaymode displayMode: SDLDisplayMode, temperatureUnit: SDLTemperatureUnit, distanceUnit: SDLDistanceUnit)
@@ -60,11 +60,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLDisplayMode displayMode;
+ @property (readwrite, strong, nonatomic, nullable) SDLDisplayMode displayMode;
var displayMode: SDLDisplayMode? { get set }
+ var displayMode: SDLDisplayMode? { get set }
@@ -81,11 +81,11 @@ @property (readwrite, strong, nonatomic, nullable)
- SDLTemperatureUnit temperatureUnit;
+ SDLTemperatureUnit temperatureUnit;
var temperatureUnit: SDLTemperatureUnit? { get set }
+ var temperatureUnit: SDLTemperatureUnit? { get set }
@@ -101,11 +101,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLDistanceUnit distanceUnit;
+ @property (readwrite, strong, nonatomic, nullable) SDLDistanceUnit distanceUnit;
var distanceUnit: SDLDistanceUnit? { get set }
+ var distanceUnit: SDLDistanceUnit? { get set }
diff --git a/docs/Classes/SDLHeadLampStatus.html b/docs/Classes/SDLHeadLampStatus.html
index ae689fd18..15af26697 100644
--- a/docs/Classes/SDLHeadLampStatus.html
+++ b/docs/Classes/SDLHeadLampStatus.html
@@ -66,11 +66,11 @@ @property (readwrite, strong, nonatomic, nullable)
- SDLAmbientLightStatus ambientLightSensorStatus;
+ SDLAmbientLightStatus ambientLightSensorStatus;
var ambientLightSensorStatus: SDLAmbientLightStatus? { get set }
+ var ambientLightSensorStatus: SDLAmbientLightStatus? { get set }
diff --git a/docs/Classes/SDLImage.html b/docs/Classes/SDLImage.html
index 2b1b9ecba..46a7677ba 100644
--- a/docs/Classes/SDLImage.html
+++ b/docs/Classes/SDLImage.html
@@ -32,11 +32,11 @@ - (nonnull instancetype)initWithName:(nonnull NSString *)name
- ofType:(nonnull SDLImageType)imageType;
+ ofType:(nonnull SDLImageType)imageType;
init(name: String, ofType imageType: SDLImageType)
+ init(name: String, ofType imageType: SDLImageType)
@@ -62,12 +62,12 @@ - (nonnull instancetype)initWithName:(nonnull NSString *)name
- ofType:(nonnull SDLImageType)imageType
+ ofType:(nonnull SDLImageType)imageType
isTemplate:(BOOL)isTemplate;
init(name: String, ofType imageType: SDLImageType, isTemplate: Bool)
+ init(name: String, ofType imageType: SDLImageType, isTemplate: Bool)
@@ -179,11 +179,11 @@ - (nonnull instancetype)initWithStaticIconName:
- (nonnull SDLStaticIconName)staticIconName;
+ (nonnull SDLStaticIconName)staticIconName;
init(staticIconName: SDLStaticIconName)
+ init(staticIconName: SDLStaticIconName)
@@ -228,11 +228,11 @@ @property (readwrite, strong, nonatomic) SDLImageType _Nonnull imageType;
+ @property (readwrite, strong, nonatomic) SDLImageType _Nonnull imageType;
var imageType: SDLImageType { get set }
+ var imageType: SDLImageType { get set }
diff --git a/docs/Classes/SDLImageField.html b/docs/Classes/SDLImageField.html
index 96ebbff2b..3f6a41bcb 100644
--- a/docs/Classes/SDLImageField.html
+++ b/docs/Classes/SDLImageField.html
@@ -25,11 +25,11 @@ @property (readwrite, strong, nonatomic) SDLImageFieldName _Nonnull name;
+ @property (readwrite, strong, nonatomic) SDLImageFieldName _Nonnull name;
var name: SDLImageFieldName { get set }
+ var name: SDLImageFieldName { get set }
@@ -46,11 +46,11 @@ @property (readwrite, strong, nonatomic)
- NSArray<SDLFileType> *_Nonnull imageTypeSupported;
+ NSArray<SDLFileType> *_Nonnull imageTypeSupported;
var imageTypeSupported: [SDLFileType] { get set }
+ var imageTypeSupported: [SDLFileType] { get set }
diff --git a/docs/Classes/SDLKeyboardProperties.html b/docs/Classes/SDLKeyboardProperties.html
index 891a703f9..fe8428f8f 100644
--- a/docs/Classes/SDLKeyboardProperties.html
+++ b/docs/Classes/SDLKeyboardProperties.html
@@ -28,16 +28,16 @@ - (nonnull instancetype)initWithLanguage:(nullable SDLLanguage)language
- layout:(nullable SDLKeyboardLayout)layout
- keypressMode:(nullable SDLKeypressMode)keypressMode
+ - (nonnull instancetype)initWithLanguage:(nullable SDLLanguage)language
+ layout:(nullable SDLKeyboardLayout)layout
+ keypressMode:(nullable SDLKeypressMode)keypressMode
limitedCharacterList:
(nullable NSArray<NSString *> *)limitedCharacterList
autoCompleteText:(nullable NSString *)autoCompleteText;
Swift
- init(language: SDLLanguage?, layout: SDLKeyboardLayout?, keypressMode: SDLKeypressMode?, limitedCharacterList: [String]?, autoCompleteText: String?)
+ init(language: SDLLanguage?, layout: SDLKeyboardLayout?, keypressMode: SDLKeypressMode?, limitedCharacterList: [String]?, autoCompleteText: String?)
@@ -69,16 +69,16 @@ - (nonnull instancetype)
- initWithLanguage:(nullable SDLLanguage)language
- layout:(nullable SDLKeyboardLayout)layout
- keypressMode:(nullable SDLKeypressMode)keypressMode
+ initWithLanguage:(nullable SDLLanguage)language
+ layout:(nullable SDLKeyboardLayout)layout
+ keypressMode:(nullable SDLKeypressMode)keypressMode
limitedCharacterList:(nullable NSArray<NSString *> *)limitedCharacterList
autoCompleteText:(nullable NSString *)autoCompleteText
autoCompleteList:(nullable NSArray<NSString *> *)autoCompleteList;
Swift
- init(language: SDLLanguage?, layout: SDLKeyboardLayout?, keypressMode: SDLKeypressMode?, limitedCharacterList: [String]?, autoCompleteText: String?, autoCompleteList: [String]?)
+ init(language: SDLLanguage?, layout: SDLKeyboardLayout?, keypressMode: SDLKeypressMode?, limitedCharacterList: [String]?, autoCompleteText: String?, autoCompleteList: [String]?)
@@ -113,11 +113,11 @@
Objective-C
- @property (readwrite, strong, nonatomic, nullable) SDLLanguage language;
+ @property (readwrite, strong, nonatomic, nullable) SDLLanguage language;
Swift
- var language: SDLLanguage? { get set }
+ var language: SDLLanguage? { get set }
@@ -134,11 +134,11 @@
Objective-C
@property (readwrite, strong, nonatomic, nullable)
- SDLKeyboardLayout keyboardLayout;
+ SDLKeyboardLayout keyboardLayout;
var keyboardLayout: SDLKeyboardLayout? { get set }
+ var keyboardLayout: SDLKeyboardLayout? { get set }
@@ -156,11 +156,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLKeypressMode keypressMode;
+ @property (readwrite, strong, nonatomic, nullable) SDLKeypressMode keypressMode;
var keypressMode: SDLKeypressMode? { get set }
+ var keypressMode: SDLKeypressMode? { get set }
diff --git a/docs/Classes/SDLLifecycleConfiguration.html b/docs/Classes/SDLLifecycleConfiguration.html
index 070093e8f..c6743553f 100644
--- a/docs/Classes/SDLLifecycleConfiguration.html
+++ b/docs/Classes/SDLLifecycleConfiguration.html
@@ -353,11 +353,11 @@ @property (readwrite, strong, nonatomic, null_resettable) SDLAppHMIType appType;
+ @property (readwrite, strong, nonatomic, null_resettable) SDLAppHMIType appType;
var appType: SDLAppHMIType! { get set }
+ var appType: SDLAppHMIType! { get set }
@@ -372,11 +372,11 @@ @property (readwrite, copy, nonatomic, nullable)
- NSArray<SDLAppHMIType> *additionalAppTypes;
+ NSArray<SDLAppHMIType> *additionalAppTypes;
var additionalAppTypes: [SDLAppHMIType]? { get set }
+ var additionalAppTypes: [SDLAppHMIType]? { get set }
@@ -390,11 +390,11 @@ @property (readwrite, strong, nonatomic) SDLLanguage _Nonnull language;
+ @property (readwrite, strong, nonatomic) SDLLanguage _Nonnull language;
var language: SDLLanguage { get set }
+ var language: SDLLanguage { get set }
@@ -409,11 +409,11 @@ @property (readwrite, strong, nonatomic)
- NSArray<SDLLanguage> *_Nonnull languagesSupported;
+ NSArray<SDLLanguage> *_Nonnull languagesSupported;
var languagesSupported: [SDLLanguage] { get set }
+ var languagesSupported: [SDLLanguage] { get set }
diff --git a/docs/Classes/SDLLightCapabilities.html b/docs/Classes/SDLLightCapabilities.html
index 7d83b16e7..582c600ad 100644
--- a/docs/Classes/SDLLightCapabilities.html
+++ b/docs/Classes/SDLLightCapabilities.html
@@ -26,11 +26,11 @@ - (nonnull instancetype)initWithName:(nonnull SDLLightName)name;
+ - (nonnull instancetype)initWithName:(nonnull SDLLightName)name;
init(name: SDLLightName)
+ init(name: SDLLightName)
@@ -53,14 +53,14 @@ - (nonnull instancetype)initWithName:(nonnull SDLLightName)name
+ - (nonnull instancetype)initWithName:(nonnull SDLLightName)name
densityAvailable:(BOOL)densityAvailable
colorAvailable:(BOOL)colorAvailable
statusAvailable:(BOOL)statusAvailable;
Swift
- init(name: SDLLightName, densityAvailable: Bool, colorAvailable: Bool, statusAvailable: Bool)
+ init(name: SDLLightName, densityAvailable: Bool, colorAvailable: Bool, statusAvailable: Bool)
@@ -91,11 +91,11 @@
Objective-C
- @property (readwrite, strong, nonatomic) SDLLightName _Nonnull name;
+ @property (readwrite, strong, nonatomic) SDLLightName _Nonnull name;
Swift
- var name: SDLLightName { get set }
+ var name: SDLLightName { get set }
diff --git a/docs/Classes/SDLLightState.html b/docs/Classes/SDLLightState.html
index 54deef752..fe29819b8 100644
--- a/docs/Classes/SDLLightState.html
+++ b/docs/Classes/SDLLightState.html
@@ -27,12 +27,12 @@
Objective-C
- - (nonnull instancetype)initWithId:(nonnull SDLLightName)id
- status:(nonnull SDLLightStatus)status;
+ - (nonnull instancetype)initWithId:(nonnull SDLLightName)id
+ status:(nonnull SDLLightStatus)status;
Swift
- init(id: SDLLightName, status: SDLLightStatus)
+ init(id: SDLLightName, status: SDLLightStatus)
@@ -57,14 +57,14 @@
Objective-C
- - (nonnull instancetype)initWithId:(nonnull SDLLightName)id
- status:(nonnull SDLLightStatus)status
+ - (nonnull instancetype)initWithId:(nonnull SDLLightName)id
+ status:(nonnull SDLLightStatus)status
density:(double)density
color:(nonnull SDLRGBColor *)color;
Swift
- init(id: SDLLightName, status: SDLLightStatus, density: Double, color: SDLRGBColor)
+ init(id: SDLLightName, status: SDLLightStatus, density: Double, color: SDLRGBColor)
@@ -93,14 +93,14 @@
Objective-C
- - (nonnull instancetype)initWithId:(nonnull SDLLightName)id
- lightStatus:(nonnull SDLLightStatus)lightStatus
+ - (nonnull instancetype)initWithId:(nonnull SDLLightName)id
+ lightStatus:(nonnull SDLLightStatus)lightStatus
lightDensity:(double)lightDensity
lightColor:(nonnull UIColor *)lightColor;
Swift
- init(id: SDLLightName, lightStatus: SDLLightStatus, lightDensity: Double, lightColor: UIColor)
+ init(id: SDLLightName, lightStatus: SDLLightStatus, lightDensity: Double, lightColor: UIColor)
@@ -131,11 +131,11 @@
Objective-C
- @property (readwrite, strong, nonatomic) SDLLightName _Nonnull id;
+ @property (readwrite, strong, nonatomic) SDLLightName _Nonnull id;
Swift
- var id: SDLLightName { get set }
+ var id: SDLLightName { get set }
@@ -151,11 +151,11 @@
Objective-C
- @property (readwrite, strong, nonatomic) SDLLightStatus _Nonnull status;
+ @property (readwrite, strong, nonatomic) SDLLightStatus _Nonnull status;
Swift
- var status: SDLLightStatus { get set }
+ var status: SDLLightStatus { get set }
diff --git a/docs/Classes/SDLLocationDetails.html b/docs/Classes/SDLLocationDetails.html
index f4372df97..237691179 100644
--- a/docs/Classes/SDLLocationDetails.html
+++ b/docs/Classes/SDLLocationDetails.html
@@ -68,7 +68,7 @@ Objective-C
Swift
- convenience init(coordinate: SDLLocationCoordinate, locationName: String?, addressLines: [String]?, locationDescription: String?, phoneNumber: String?, locationImage: SDLImage?, search searchAddress: SDLOasisAddress?)
+ convenience init(coordinate: SDLLocationCoordinate, locationName: String?, addressLines: [String]?, locationDescription: String?, phoneNumber: String?, locationImage: SDLImage?, search searchAddress: SDLOasisAddress?)
diff --git a/docs/Classes/SDLLockScreenViewController.html b/docs/Classes/SDLLockScreenViewController.html
index 374d8cca0..35f0ad2dc 100644
--- a/docs/Classes/SDLLockScreenViewController.html
+++ b/docs/Classes/SDLLockScreenViewController.html
@@ -99,11 +99,11 @@
Objective-C
- (void)addDismissGestureWithCallback:
- (nonnull SwipeGestureCallbackBlock)swipeGestureCallback;
+ (nonnull SwipeGestureCallbackBlock)swipeGestureCallback;
Swift
- func addDismissGesture(callback swipeGestureCallback: @escaping SwipeGestureCallbackBlock)
+ func addDismissGesture(callback swipeGestureCallback: @escaping SwipeGestureCallbackBlock)
diff --git a/docs/Classes/SDLLogFileModule.html b/docs/Classes/SDLLogFileModule.html
index 7d0439d5b..c423fbd7b 100644
--- a/docs/Classes/SDLLogFileModule.html
+++ b/docs/Classes/SDLLogFileModule.html
@@ -139,7 +139,7 @@ Objective-C
Swift
- convenience init(name: String, files: Set<String>)
+ convenience init(name: String, files: Set<String>)
diff --git a/docs/Classes/SDLLogFilter.html b/docs/Classes/SDLLogFilter.html
index 438802263..e61f47aba 100644
--- a/docs/Classes/SDLLogFilter.html
+++ b/docs/Classes/SDLLogFilter.html
@@ -31,11 +31,11 @@
Objective-C
- @property (strong, nonatomic, readonly) SDLLogFilterBlock filter
+ @property (strong, nonatomic, readonly) SDLLogFilterBlock filter
Swift
- var filter: SDLLogFilterBlock { get }
+ var filter: SDLLogFilterBlock { get }
@@ -64,11 +64,11 @@
Objective-C
- - (nonnull instancetype)initWithCustomFilter:(nonnull SDLLogFilterBlock)filter;
+ - (nonnull instancetype)initWithCustomFilter:(nonnull SDLLogFilterBlock)filter;
Swift
- init(customFilter filter: @escaping SDLLogFilterBlock)
+ init(customFilter filter: @escaping SDLLogFilterBlock)
diff --git a/docs/Classes/SDLManager.html b/docs/Classes/SDLManager.html
index 7c742bd88..2983d7f1a 100644
--- a/docs/Classes/SDLManager.html
+++ b/docs/Classes/SDLManager.html
@@ -64,11 +64,11 @@
Objective-C
- @property (readonly, copy, nonatomic, nullable) SDLHMILevel hmiLevel;
+ @property (readonly, copy, nonatomic, nullable) SDLHMILevel hmiLevel;
Swift
- var hmiLevel: SDLHMILevel? { get }
+ var hmiLevel: SDLHMILevel? { get }
@@ -83,11 +83,11 @@
Objective-C
@property (readonly, copy, nonatomic)
- SDLAudioStreamingState _Nonnull audioStreamingState;
+ SDLAudioStreamingState _Nonnull audioStreamingState;
Swift
- var audioStreamingState: SDLAudioStreamingState { get }
+ var audioStreamingState: SDLAudioStreamingState { get }
@@ -101,11 +101,11 @@
Objective-C
- @property (readonly, copy, nonatomic) SDLSystemContext _Nonnull systemContext;
+ @property (readonly, copy, nonatomic) SDLSystemContext _Nonnull systemContext;
Swift
- var systemContext: SDLSystemContext { get }
+ var systemContext: SDLSystemContext { get }
@@ -329,11 +329,11 @@
Objective-C
- - (void)startWithReadyHandler:(nonnull SDLManagerReadyBlock)readyHandler;
+ - (void)startWithReadyHandler:(nonnull SDLManagerReadyBlock)readyHandler;
Swift
- func start(readyHandler: @escaping SDLManagerReadyBlock)
+ func start(readyHandler: @escaping SDLManagerReadyBlock)
@@ -439,11 +439,11 @@
Objective-C
- (void)sendRequest:(nonnull SDLRPCRequest *)request
- withResponseHandler:(nullable SDLResponseHandler)handler;
+ withResponseHandler:(nullable SDLResponseHandler)handler;
func send(request: SDLRPCRequest, responseHandler handler: SDLResponseHandler? = nil)
+ func send(request: SDLRPCRequest, responseHandler handler: SDLResponseHandler? = nil)
@@ -466,13 +466,13 @@ - (void)sendRequests:(nonnull NSArray<SDLRPCRequest *> *)requests
progressHandler:
- (nullable SDLMultipleAsyncRequestProgressHandler)progressHandler
+ (nullable SDLMultipleAsyncRequestProgressHandler)progressHandler
completionHandler:
- (nullable SDLMultipleRequestCompletionHandler)completionHandler;
+ (nullable SDLMultipleRequestCompletionHandler)completionHandler;
func send(_ requests: [SDLRPCRequest], progressHandler: SDLMultipleAsyncRequestProgressHandler?, completionHandler: SDLMultipleRequestCompletionHandler? = nil)
+ func send(_ requests: [SDLRPCRequest], progressHandler: SDLMultipleAsyncRequestProgressHandler?, completionHandler: SDLMultipleRequestCompletionHandler? = nil)
@@ -497,14 +497,14 @@ - (void)sendSequentialRequests:(nonnull NSArray<SDLRPCRequest *> *)requests
progressHandler:
- (nullable SDLMultipleSequentialRequestProgressHandler)
+ (nullable SDLMultipleSequentialRequestProgressHandler)
progressHandler
- completionHandler:(nullable SDLMultipleRequestCompletionHandler)
+ completionHandler:(nullable SDLMultipleRequestCompletionHandler)
completionHandler;
func sendSequential(requests: [SDLRPCRequest], progressHandler: SDLMultipleSequentialRequestProgressHandler?, completionHandler: SDLMultipleRequestCompletionHandler? = nil)
+ func sendSequential(requests: [SDLRPCRequest], progressHandler: SDLMultipleSequentialRequestProgressHandler?, completionHandler: SDLMultipleRequestCompletionHandler? = nil)
@@ -527,12 +527,12 @@ - (nonnull id)subscribeToRPC:(nonnull SDLNotificationName)rpcName
- withBlock:(nonnull SDLRPCUpdatedBlock)block;
+ - (nonnull id)subscribeToRPC:(nonnull SDLNotificationName)rpcName
+ withBlock:(nonnull SDLRPCUpdatedBlock)block;
func subscribe(to rpcName: NSNotification.Name, block: @escaping SDLRPCUpdatedBlock) -> Any
+ func subscribe(to rpcName: NSNotification.Name, block: @escaping SDLRPCUpdatedBlock) -> Any
@@ -566,7 +566,7 @@ - (void)subscribeToRPC:(nonnull SDLNotificationName)rpcName
+ - (void)subscribeToRPC:(nonnull SDLNotificationName)rpcName
withObserver:(nonnull id)observer
selector:(nonnull SEL)selector;
@@ -595,7 +595,7 @@
Objective-C
- - (void)unsubscribeFromRPC:(nonnull SDLNotificationName)rpcName
+ - (void)unsubscribeFromRPC:(nonnull SDLNotificationName)rpcName
withObserver:(nonnull id)observer;
diff --git a/docs/Classes/SDLMassageCushionFirmness.html b/docs/Classes/SDLMassageCushionFirmness.html
index 1fd304e49..e70d0b228 100644
--- a/docs/Classes/SDLMassageCushionFirmness.html
+++ b/docs/Classes/SDLMassageCushionFirmness.html
@@ -24,12 +24,12 @@
Objective-C
- (nonnull instancetype)initWithMassageCushion:
- (nonnull SDLMassageCushion)cushion
+ (nonnull SDLMassageCushion)cushion
firmness:(UInt8)firmness;
Swift
- init(massageCushion cushion: SDLMassageCushion, firmness: UInt8)
+ init(massageCushion cushion: SDLMassageCushion, firmness: UInt8)
@@ -59,11 +59,11 @@
Objective-C
- @property (readwrite, strong, nonatomic) SDLMassageCushion _Nonnull cushion;
+ @property (readwrite, strong, nonatomic) SDLMassageCushion _Nonnull cushion;
Swift
- var cushion: SDLMassageCushion { get set }
+ var cushion: SDLMassageCushion { get set }
diff --git a/docs/Classes/SDLMassageModeData.html b/docs/Classes/SDLMassageModeData.html
index f72f79e35..a54492fb0 100644
--- a/docs/Classes/SDLMassageModeData.html
+++ b/docs/Classes/SDLMassageModeData.html
@@ -23,12 +23,12 @@
Objective-C
- - (nonnull instancetype)initWithMassageMode:(nonnull SDLMassageMode)massageMode
- massageZone:(nonnull SDLMassageZone)massageZone;
+ - (nonnull instancetype)initWithMassageMode:(nonnull SDLMassageMode)massageMode
+ massageZone:(nonnull SDLMassageZone)massageZone;
Swift
- init(massageMode: SDLMassageMode, massageZone: SDLMassageZone)
+ init(massageMode: SDLMassageMode, massageZone: SDLMassageZone)
@@ -47,11 +47,11 @@
Objective-C
- @property (readwrite, strong, nonatomic) SDLMassageMode _Nonnull massageMode;
+ @property (readwrite, strong, nonatomic) SDLMassageMode _Nonnull massageMode;
Swift
- var massageMode: SDLMassageMode { get set }
+ var massageMode: SDLMassageMode { get set }
@@ -70,11 +70,11 @@
Objective-C
- @property (readwrite, strong, nonatomic) SDLMassageZone _Nonnull massageZone;
+ @property (readwrite, strong, nonatomic) SDLMassageZone _Nonnull massageZone;
Swift
- var massageZone: SDLMassageZone { get set }
+ var massageZone: SDLMassageZone { get set }
diff --git a/docs/Classes/SDLMediaServiceData.html b/docs/Classes/SDLMediaServiceData.html
index 2fb4ae174..5d7b0075f 100644
--- a/docs/Classes/SDLMediaServiceData.html
+++ b/docs/Classes/SDLMediaServiceData.html
@@ -35,7 +35,7 @@ - (nonnull instancetype)initWithMediaType:(nullable SDLMediaType)mediaType
+ - (nonnull instancetype)initWithMediaType:(nullable SDLMediaType)mediaType
mediaTitle:(nullable NSString *)mediaTitle
mediaArtist:(nullable NSString *)mediaArtist
mediaAlbum:(nullable NSString *)mediaAlbum
@@ -50,7 +50,7 @@ Objective-C
Swift
- init(mediaType: SDLMediaType?, mediaTitle: String?, mediaArtist: String?, mediaAlbum: String?, playlistName: String?, isExplicit: Bool, trackPlaybackProgress: UInt32, trackPlaybackDuration: UInt32, queuePlaybackProgress: UInt32, queuePlaybackDuration: UInt32, queueCurrentTrackNumber: UInt32, queueTotalTrackCount: UInt32)
+ init(mediaType: SDLMediaType?, mediaTitle: String?, mediaArtist: String?, mediaAlbum: String?, playlistName: String?, isExplicit: Bool, trackPlaybackProgress: UInt32, trackPlaybackDuration: UInt32, queuePlaybackProgress: UInt32, queuePlaybackDuration: UInt32, queueCurrentTrackNumber: UInt32, queueTotalTrackCount: UInt32)
@@ -95,7 +95,7 @@ - (nonnull instancetype)initWithMediaType:(nullable SDLMediaType)mediaType
+ - (nonnull instancetype)initWithMediaType:(nullable SDLMediaType)mediaType
mediaImage:(nullable SDLImage *)mediaImage
mediaTitle:(nullable NSString *)mediaTitle
mediaArtist:(nullable NSString *)mediaArtist
@@ -111,7 +111,7 @@ Objective-C
Swift
- init(mediaType: SDLMediaType?, mediaImage: SDLImage?, mediaTitle: String?, mediaArtist: String?, mediaAlbum: String?, playlistName: String?, isExplicit: Bool, trackPlaybackProgress: UInt32, trackPlaybackDuration: UInt32, queuePlaybackProgress: UInt32, queuePlaybackDuration: UInt32, queueCurrentTrackNumber: UInt32, queueTotalTrackCount: UInt32)
+ init(mediaType: SDLMediaType?, mediaImage: SDLImage?, mediaTitle: String?, mediaArtist: String?, mediaAlbum: String?, playlistName: String?, isExplicit: Bool, trackPlaybackProgress: UInt32, trackPlaybackDuration: UInt32, queuePlaybackProgress: UInt32, queuePlaybackDuration: UInt32, queueCurrentTrackNumber: UInt32, queueTotalTrackCount: UInt32)
@@ -183,11 +183,11 @@
Objective-C
- @property (readwrite, strong, nonatomic, nullable) SDLMediaType mediaType;
+ @property (readwrite, strong, nonatomic, nullable) SDLMediaType mediaType;
Swift
- var mediaType: SDLMediaType? { get set }
+ var mediaType: SDLMediaType? { get set }
diff --git a/docs/Classes/SDLMenuCell.html b/docs/Classes/SDLMenuCell.html
index 48b2d7ad5..f2afc4d8f 100644
--- a/docs/Classes/SDLMenuCell.html
+++ b/docs/Classes/SDLMenuCell.html
@@ -86,11 +86,11 @@
Objective-C
@property (readonly, copy, nonatomic, nullable)
- SDLMenuCellSelectionHandler handler;
+ SDLMenuCellSelectionHandler handler;
Swift
- var handler: SDLMenuCellSelectionHandler? { get }
+ var handler: SDLMenuCellSelectionHandler? { get }
@@ -122,11 +122,11 @@
Objective-C
- @property (readonly, strong, nonatomic, nullable) SDLMenuLayout submenuLayout;
+ @property (readonly, strong, nonatomic, nullable) SDLMenuLayout submenuLayout;
Swift
- var submenuLayout: SDLMenuLayout? { get }
+ var submenuLayout: SDLMenuLayout? { get }
@@ -144,11 +144,11 @@ Objective-C
initWithTitle:(nonnull NSString *)title
icon:(nullable SDLArtwork *)icon
voiceCommands:(nullable NSArray<NSString *> *)voiceCommands
- handler:(nonnull SDLMenuCellSelectionHandler)handler;
+ handler:(nonnull SDLMenuCellSelectionHandler)handler;
Swift
- init(title: String, icon: SDLArtwork?, voiceCommands: [String]?, handler: @escaping SDLMenuCellSelectionHandler)
+ init(title: String, icon: SDLArtwork?, voiceCommands: [String]?, handler: @escaping SDLMenuCellSelectionHandler)
@@ -244,13 +244,13 @@
Objective-C
- (nonnull instancetype)initWithTitle:(nonnull NSString *)title
icon:(nullable SDLArtwork *)icon
- submenuLayout:(nullable SDLMenuLayout)layout
+ submenuLayout:(nullable SDLMenuLayout)layout
subCells:
(nonnull NSArray<SDLMenuCell *> *)subCells;
Swift
- init(title: String, icon: SDLArtwork?, submenuLayout layout: SDLMenuLayout?, subCells: [SDLMenuCell])
+ init(title: String, icon: SDLArtwork?, submenuLayout layout: SDLMenuLayout?, subCells: [SDLMenuCell])
diff --git a/docs/Classes/SDLMenuConfiguration.html b/docs/Classes/SDLMenuConfiguration.html
index 44f85eaeb..9d5a8d4cf 100644
--- a/docs/Classes/SDLMenuConfiguration.html
+++ b/docs/Classes/SDLMenuConfiguration.html
@@ -23,11 +23,11 @@
Objective-C
- @property (readonly, strong, nonatomic) SDLMenuLayout _Nonnull mainMenuLayout;
+ @property (readonly, strong, nonatomic) SDLMenuLayout _Nonnull mainMenuLayout;
Swift
- var mainMenuLayout: SDLMenuLayout { get }
+ var mainMenuLayout: SDLMenuLayout { get }
@@ -42,11 +42,11 @@
Objective-C
@property (readonly, strong, nonatomic)
- SDLMenuLayout _Nonnull defaultSubmenuLayout;
+ SDLMenuLayout _Nonnull defaultSubmenuLayout;
var defaultSubmenuLayout: SDLMenuLayout { get }
+ var defaultSubmenuLayout: SDLMenuLayout { get }
@@ -61,12 +61,12 @@ - (nonnull instancetype)
- initWithMainMenuLayout:(nonnull SDLMenuLayout)mainMenuLayout
- defaultSubmenuLayout:(nonnull SDLMenuLayout)defaultSubmenuLayout;
+ initWithMainMenuLayout:(nonnull SDLMenuLayout)mainMenuLayout
+ defaultSubmenuLayout:(nonnull SDLMenuLayout)defaultSubmenuLayout;
init(mainMenuLayout: SDLMenuLayout, defaultSubmenuLayout: SDLMenuLayout)
+ init(mainMenuLayout: SDLMenuLayout, defaultSubmenuLayout: SDLMenuLayout)
diff --git a/docs/Classes/SDLMetadataTags.html b/docs/Classes/SDLMetadataTags.html
index cf860adff..95365b081 100644
--- a/docs/Classes/SDLMetadataTags.html
+++ b/docs/Classes/SDLMetadataTags.html
@@ -27,12 +27,12 @@ - (nonnull instancetype)
- initWithTextFieldTypes:(nullable NSArray<SDLMetadataType> *)mainField1
- mainField2:(nullable NSArray<SDLMetadataType> *)mainField2;
+ initWithTextFieldTypes:(nullable NSArray<SDLMetadataType> *)mainField1
+ mainField2:(nullable NSArray<SDLMetadataType> *)mainField2;
init(textFieldTypes mainField1: [SDLMetadataType]?, mainField2: [SDLMetadataType]?)
+ init(textFieldTypes mainField1: [SDLMetadataType]?, mainField2: [SDLMetadataType]?)
@@ -46,11 +46,11 @@ - (instancetype)initWithTextFieldTypes:(nullable NSArray<SDLMetadataType> *)mainField1 mainField2:(nullable NSArray<SDLMetadataType> *)mainField2 mainField3:(nullable NSArray<SDLMetadataType> *)mainField3 mainField4:(nullable NSArray<SDLMetadataType> *)mainField4;
+ - (instancetype)initWithTextFieldTypes:(nullable NSArray<SDLMetadataType> *)mainField1 mainField2:(nullable NSArray<SDLMetadataType> *)mainField2 mainField3:(nullable NSArray<SDLMetadataType> *)mainField3 mainField4:(nullable NSArray<SDLMetadataType> *)mainField4;
init(textFieldTypes mainField1: [SDLMetadataType]?, mainField2: [SDLMetadataType]?, mainField3: [SDLMetadataType]?, mainField4: [SDLMetadataType]?)
+ init(textFieldTypes mainField1: [SDLMetadataType]?, mainField2: [SDLMetadataType]?, mainField3: [SDLMetadataType]?, mainField4: [SDLMetadataType]?)
@@ -69,11 +69,11 @@ @property (readwrite, strong, nonatomic, nullable)
- NSArray<SDLMetadataType> *mainField1;
+ NSArray<SDLMetadataType> *mainField1;
var mainField1: [SDLMetadataType]? { get set }
+ var mainField1: [SDLMetadataType]? { get set }
@@ -92,11 +92,11 @@ @property (readwrite, strong, nonatomic, nullable)
- NSArray<SDLMetadataType> *mainField2;
+ NSArray<SDLMetadataType> *mainField2;
var mainField2: [SDLMetadataType]? { get set }
+ var mainField2: [SDLMetadataType]? { get set }
@@ -115,11 +115,11 @@ @property (readwrite, strong, nonatomic, nullable)
- NSArray<SDLMetadataType> *mainField3;
+ NSArray<SDLMetadataType> *mainField3;
var mainField3: [SDLMetadataType]? { get set }
+ var mainField3: [SDLMetadataType]? { get set }
@@ -138,11 +138,11 @@ @property (readwrite, strong, nonatomic, nullable)
- NSArray<SDLMetadataType> *mainField4;
+ NSArray<SDLMetadataType> *mainField4;
var mainField4: [SDLMetadataType]? { get set }
+ var mainField4: [SDLMetadataType]? { get set }
diff --git a/docs/Classes/SDLModuleData.html b/docs/Classes/SDLModuleData.html
index 0a7fef4a1..ec6c86329 100644
--- a/docs/Classes/SDLModuleData.html
+++ b/docs/Classes/SDLModuleData.html
@@ -206,11 +206,11 @@ @property (readwrite, strong, nonatomic) SDLModuleType _Nonnull moduleType;
+ @property (readwrite, strong, nonatomic) SDLModuleType _Nonnull moduleType;
var moduleType: SDLModuleType { get set }
+ var moduleType: SDLModuleType { get set }
diff --git a/docs/Classes/SDLMyKey.html b/docs/Classes/SDLMyKey.html
index 988f08fce..09ca7bc58 100644
--- a/docs/Classes/SDLMyKey.html
+++ b/docs/Classes/SDLMyKey.html
@@ -22,11 +22,11 @@ @property (readwrite, strong, nonatomic)
- SDLVehicleDataStatus _Nonnull e911Override;
+ SDLVehicleDataStatus _Nonnull e911Override;
var e911Override: SDLVehicleDataStatus { get set }
+ var e911Override: SDLVehicleDataStatus { get set }
diff --git a/docs/Classes/SDLNavigationInstruction.html b/docs/Classes/SDLNavigationInstruction.html
index 978aaf8fa..7bbb4731c 100644
--- a/docs/Classes/SDLNavigationInstruction.html
+++ b/docs/Classes/SDLNavigationInstruction.html
@@ -32,11 +32,11 @@ - (nonnull instancetype)
initWithLocationDetails:(nonnull SDLLocationDetails *)locationDetails
- action:(nonnull SDLNavigationAction)action;
+ action:(nonnull SDLNavigationAction)action;
init(locationDetails: SDLLocationDetails, action: SDLNavigationAction)
+ init(locationDetails: SDLLocationDetails, action: SDLNavigationAction)
@@ -63,17 +63,17 @@ - (nonnull instancetype)
initWithLocationDetails:(nonnull SDLLocationDetails *)locationDetails
- action:(nonnull SDLNavigationAction)action
+ action:(nonnull SDLNavigationAction)action
eta:(nullable SDLDateTime *)eta
bearing:(UInt16)bearing
- junctionType:(nullable SDLNavigationJunction)junctionType
- drivingSide:(nullable SDLDirection)drivingSide
+ junctionType:(nullable SDLNavigationJunction)junctionType
+ drivingSide:(nullable SDLDirection)drivingSide
details:(nullable NSString *)details
image:(nullable SDLImage *)image;
convenience init(locationDetails: SDLLocationDetails, action: SDLNavigationAction, eta: SDLDateTime?, bearing: UInt16, junctionType: SDLNavigationJunction?, drivingSide: SDLDirection?, details: String?, image: SDLImage?)
+ convenience init(locationDetails: SDLLocationDetails, action: SDLNavigationAction, eta: SDLDateTime?, bearing: UInt16, junctionType: SDLNavigationJunction?, drivingSide: SDLDirection?, details: String?, image: SDLImage?)
@@ -133,11 +133,11 @@ @property (readwrite, strong, nonatomic) SDLNavigationAction _Nonnull action;
+ @property (readwrite, strong, nonatomic) SDLNavigationAction _Nonnull action;
var action: SDLNavigationAction { get set }
+ var action: SDLNavigationAction { get set }
@@ -194,11 +194,11 @@ @property (readwrite, strong, nonatomic, nullable)
- SDLNavigationJunction junctionType;
+ SDLNavigationJunction junctionType;
var junctionType: SDLNavigationJunction? { get set }
+ var junctionType: SDLNavigationJunction? { get set }
@@ -214,11 +214,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLDirection drivingSide;
+ @property (readwrite, strong, nonatomic, nullable) SDLDirection drivingSide;
var drivingSide: SDLDirection? { get set }
+ var drivingSide: SDLDirection? { get set }
diff --git a/docs/Classes/SDLNavigationServiceData.html b/docs/Classes/SDLNavigationServiceData.html
index 4fcdd81b5..afaf833ad 100644
--- a/docs/Classes/SDLNavigationServiceData.html
+++ b/docs/Classes/SDLNavigationServiceData.html
@@ -73,7 +73,7 @@ convenience init(timestamp: SDLDateTime, origin: SDLLocationDetails?, destination: SDLLocationDetails?, destinationETA: SDLDateTime?, instructions: [SDLNavigationInstruction]?, nextInstructionETA: SDLDateTime?, nextInstructionDistance: Float, nextInstructionDistanceScale: Float, prompt: String?)
+ convenience init(timestamp: SDLDateTime, origin: SDLLocationDetails?, destination: SDLLocationDetails?, destinationETA: SDLDateTime?, instructions: [SDLNavigationInstruction]?, nextInstructionETA: SDLDateTime?, nextInstructionDistance: Float, nextInstructionDistanceScale: Float, prompt: String?)
diff --git a/docs/Classes/SDLNotificationConstants.html b/docs/Classes/SDLNotificationConstants.html
index 2df54946e..f154dba66 100644
--- a/docs/Classes/SDLNotificationConstants.html
+++ b/docs/Classes/SDLNotificationConstants.html
@@ -22,7 +22,7 @@ + (nonnull NSArray<SDLNotificationName> *)allResponseNames;
+ + (nonnull NSArray<SDLNotificationName> *)allResponseNames;
+ (nonnull NSArray<SDLNotificationName> *)allButtonEventNotifications;
+ + (nonnull NSArray<SDLNotificationName> *)allButtonEventNotifications;
@property (readwrite, strong, nonatomic)
- SDLAppInterfaceUnregisteredReason _Nonnull reason;
+ SDLAppInterfaceUnregisteredReason _Nonnull reason;
var reason: SDLAppInterfaceUnregisteredReason { get set }
+ var reason: SDLAppInterfaceUnregisteredReason { get set }
diff --git a/docs/Classes/SDLOnButtonEvent.html b/docs/Classes/SDLOnButtonEvent.html
index cb913146a..96cd4b024 100644
--- a/docs/Classes/SDLOnButtonEvent.html
+++ b/docs/Classes/SDLOnButtonEvent.html
@@ -54,11 +54,11 @@ @property (readwrite, strong, nonatomic) SDLButtonName _Nonnull buttonName;
+ @property (readwrite, strong, nonatomic) SDLButtonName _Nonnull buttonName;
var buttonName: SDLButtonName { get set }
+ var buttonName: SDLButtonName { get set }
@@ -73,11 +73,11 @@ @property (readwrite, strong, nonatomic)
- SDLButtonEventMode _Nonnull buttonEventMode;
+ SDLButtonEventMode _Nonnull buttonEventMode;
var buttonEventMode: SDLButtonEventMode { get set }
+ var buttonEventMode: SDLButtonEventMode { get set }
diff --git a/docs/Classes/SDLOnButtonPress.html b/docs/Classes/SDLOnButtonPress.html
index 915fe01af..36ba04947 100644
--- a/docs/Classes/SDLOnButtonPress.html
+++ b/docs/Classes/SDLOnButtonPress.html
@@ -45,11 +45,11 @@ @property (readwrite, strong, nonatomic) SDLButtonName _Nonnull buttonName;
+ @property (readwrite, strong, nonatomic) SDLButtonName _Nonnull buttonName;
var buttonName: SDLButtonName { get set }
+ var buttonName: SDLButtonName { get set }
@@ -66,11 +66,11 @@ @property (readwrite, strong, nonatomic)
- SDLButtonPressMode _Nonnull buttonPressMode;
+ SDLButtonPressMode _Nonnull buttonPressMode;
var buttonPressMode: SDLButtonPressMode { get set }
+ var buttonPressMode: SDLButtonPressMode { get set }
diff --git a/docs/Classes/SDLOnCommand.html b/docs/Classes/SDLOnCommand.html
index e4c7b1ee8..c7d94bdc6 100644
--- a/docs/Classes/SDLOnCommand.html
+++ b/docs/Classes/SDLOnCommand.html
@@ -49,11 +49,11 @@ @property (readwrite, strong, nonatomic) SDLTriggerSource _Nonnull triggerSource;
+ @property (readwrite, strong, nonatomic) SDLTriggerSource _Nonnull triggerSource;
var triggerSource: SDLTriggerSource { get set }
+ var triggerSource: SDLTriggerSource { get set }
diff --git a/docs/Classes/SDLOnDriverDistraction.html b/docs/Classes/SDLOnDriverDistraction.html
index b04efd299..5b56c0449 100644
--- a/docs/Classes/SDLOnDriverDistraction.html
+++ b/docs/Classes/SDLOnDriverDistraction.html
@@ -34,11 +34,11 @@ @property (readwrite, strong, nonatomic)
- SDLDriverDistractionState _Nonnull state;
+ SDLDriverDistractionState _Nonnull state;
var state: SDLDriverDistractionState { get set }
+ var state: SDLDriverDistractionState { get set }
diff --git a/docs/Classes/SDLOnHMIStatus.html b/docs/Classes/SDLOnHMIStatus.html
index d9e989eea..395459237 100644
--- a/docs/Classes/SDLOnHMIStatus.html
+++ b/docs/Classes/SDLOnHMIStatus.html
@@ -34,11 +34,11 @@ @property (readwrite, strong, nonatomic) SDLHMILevel _Nonnull hmiLevel;
+ @property (readwrite, strong, nonatomic) SDLHMILevel _Nonnull hmiLevel;
var hmiLevel: SDLHMILevel { get set }
+ var hmiLevel: SDLHMILevel { get set }
@@ -55,11 +55,11 @@ @property (readwrite, strong, nonatomic)
- SDLAudioStreamingState _Nonnull audioStreamingState;
+ SDLAudioStreamingState _Nonnull audioStreamingState;
var audioStreamingState: SDLAudioStreamingState { get set }
+ var audioStreamingState: SDLAudioStreamingState { get set }
@@ -74,11 +74,11 @@ @property (readwrite, strong, nonatomic, nullable)
- SDLVideoStreamingState videoStreamingState;
+ SDLVideoStreamingState videoStreamingState;
var videoStreamingState: SDLVideoStreamingState? { get set }
+ var videoStreamingState: SDLVideoStreamingState? { get set }
@@ -92,11 +92,11 @@ @property (readwrite, strong, nonatomic) SDLSystemContext _Nonnull systemContext;
+ @property (readwrite, strong, nonatomic) SDLSystemContext _Nonnull systemContext;
var systemContext: SDLSystemContext { get set }
+ var systemContext: SDLSystemContext { get set }
diff --git a/docs/Classes/SDLOnKeyboardInput.html b/docs/Classes/SDLOnKeyboardInput.html
index 6334d4487..85164f27f 100644
--- a/docs/Classes/SDLOnKeyboardInput.html
+++ b/docs/Classes/SDLOnKeyboardInput.html
@@ -22,11 +22,11 @@ @property (readwrite, strong, nonatomic) SDLKeyboardEvent _Nonnull event;
+ @property (readwrite, strong, nonatomic) SDLKeyboardEvent _Nonnull event;
var event: SDLKeyboardEvent { get set }
+ var event: SDLKeyboardEvent { get set }
diff --git a/docs/Classes/SDLOnLanguageChange.html b/docs/Classes/SDLOnLanguageChange.html
index 61e59fb50..055fd71f9 100644
--- a/docs/Classes/SDLOnLanguageChange.html
+++ b/docs/Classes/SDLOnLanguageChange.html
@@ -24,11 +24,11 @@ @property (readwrite, strong, nonatomic) SDLLanguage _Nonnull language;
+ @property (readwrite, strong, nonatomic) SDLLanguage _Nonnull language;
var language: SDLLanguage { get set }
+ var language: SDLLanguage { get set }
@@ -42,11 +42,11 @@ @property (readwrite, strong, nonatomic) SDLLanguage _Nonnull hmiDisplayLanguage;
+ @property (readwrite, strong, nonatomic) SDLLanguage _Nonnull hmiDisplayLanguage;
var hmiDisplayLanguage: SDLLanguage { get set }
+ var hmiDisplayLanguage: SDLLanguage { get set }
diff --git a/docs/Classes/SDLOnLockScreenStatus.html b/docs/Classes/SDLOnLockScreenStatus.html
index 212450605..14e778e69 100644
--- a/docs/Classes/SDLOnLockScreenStatus.html
+++ b/docs/Classes/SDLOnLockScreenStatus.html
@@ -71,11 +71,11 @@ @property (readwrite, strong, nonatomic)
- SDLLockScreenStatus _Nonnull lockScreenStatus;
+ SDLLockScreenStatus _Nonnull lockScreenStatus;
var lockScreenStatus: SDLLockScreenStatus { get set }
+ var lockScreenStatus: SDLLockScreenStatus { get set }
@@ -89,11 +89,11 @@ @property (readwrite, strong, nonatomic) SDLHMILevel _Nonnull hmiLevel;
+ @property (readwrite, strong, nonatomic) SDLHMILevel _Nonnull hmiLevel;
var hmiLevel: SDLHMILevel { get set }
+ var hmiLevel: SDLHMILevel { get set }
diff --git a/docs/Classes/SDLOnSystemRequest.html b/docs/Classes/SDLOnSystemRequest.html
index d8c0b29a2..cbe5a9d90 100644
--- a/docs/Classes/SDLOnSystemRequest.html
+++ b/docs/Classes/SDLOnSystemRequest.html
@@ -27,11 +27,11 @@ @property (readwrite, strong, nonatomic) SDLRequestType _Nonnull requestType;
+ @property (readwrite, strong, nonatomic) SDLRequestType _Nonnull requestType;
var requestType: SDLRequestType { get set }
+ var requestType: SDLRequestType { get set }
@@ -101,11 +101,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLFileType fileType;
+ @property (readwrite, strong, nonatomic, nullable) SDLFileType fileType;
var fileType: SDLFileType? { get set }
+ var fileType: SDLFileType? { get set }
diff --git a/docs/Classes/SDLOnTBTClientState.html b/docs/Classes/SDLOnTBTClientState.html
index f94b2ea40..21e196924 100644
--- a/docs/Classes/SDLOnTBTClientState.html
+++ b/docs/Classes/SDLOnTBTClientState.html
@@ -21,11 +21,11 @@ @property (readwrite, strong, nonatomic) SDLTBTState _Nonnull state;
+ @property (readwrite, strong, nonatomic) SDLTBTState _Nonnull state;
var state: SDLTBTState { get set }
+ var state: SDLTBTState { get set }
diff --git a/docs/Classes/SDLOnTouchEvent.html b/docs/Classes/SDLOnTouchEvent.html
index 414a6d982..2c3e11146 100644
--- a/docs/Classes/SDLOnTouchEvent.html
+++ b/docs/Classes/SDLOnTouchEvent.html
@@ -22,11 +22,11 @@ @property (readwrite, strong, nonatomic) SDLTouchType _Nonnull type;
+ @property (readwrite, strong, nonatomic) SDLTouchType _Nonnull type;
var type: SDLTouchType { get set }
+ var type: SDLTouchType { get set }
diff --git a/docs/Classes/SDLOnVehicleData.html b/docs/Classes/SDLOnVehicleData.html
index 63f8a7537..cf5c7dfe2 100644
--- a/docs/Classes/SDLOnVehicleData.html
+++ b/docs/Classes/SDLOnVehicleData.html
@@ -127,11 +127,11 @@ @property (readwrite, strong, nonatomic, nullable)
- SDLComponentVolumeStatus fuelLevel_State;
+ SDLComponentVolumeStatus fuelLevel_State;
var fuelLevel_State: SDLComponentVolumeStatus? { get set }
+ var fuelLevel_State: SDLComponentVolumeStatus? { get set }
@@ -222,11 +222,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLPRNDL prndl;
+ @property (readwrite, strong, nonatomic, nullable) SDLPRNDL prndl;
var prndl: SDLPRNDL? { get set }
+ var prndl: SDLPRNDL? { get set }
@@ -332,11 +332,11 @@ @property (readwrite, strong, nonatomic, nullable)
- SDLVehicleDataEventStatus driverBraking;
+ SDLVehicleDataEventStatus driverBraking;
var driverBraking: SDLVehicleDataEventStatus? { get set }
+ var driverBraking: SDLVehicleDataEventStatus? { get set }
@@ -350,11 +350,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLWiperStatus wiperStatus;
+ @property (readwrite, strong, nonatomic, nullable) SDLWiperStatus wiperStatus;
var wiperStatus: SDLWiperStatus? { get set }
+ var wiperStatus: SDLWiperStatus? { get set }
@@ -556,11 +556,11 @@ @property (readwrite, strong, nonatomic, nullable)
- SDLElectronicParkBrakeStatus electronicParkBrakeStatus;
+ SDLElectronicParkBrakeStatus electronicParkBrakeStatus;
var electronicParkBrakeStatus: SDLElectronicParkBrakeStatus? { get set }
+ var electronicParkBrakeStatus: SDLElectronicParkBrakeStatus? { get set }
@@ -574,11 +574,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLTurnSignal turnSignal;
+ @property (readwrite, strong, nonatomic, nullable) SDLTurnSignal turnSignal;
var turnSignal: SDLTurnSignal? { get set }
+ var turnSignal: SDLTurnSignal? { get set }
diff --git a/docs/Classes/SDLPerformAudioPassThru.html b/docs/Classes/SDLPerformAudioPassThru.html
index ebaeea632..1c7721add 100644
--- a/docs/Classes/SDLPerformAudioPassThru.html
+++ b/docs/Classes/SDLPerformAudioPassThru.html
@@ -42,11 +42,11 @@ - (instancetype)initWithSamplingRate:(SDLSamplingRate)samplingRate bitsPerSample:(SDLBitsPerSample)bitsPerSample audioType:(SDLAudioType)audioType maxDuration:(UInt32)maxDuration;
+ - (instancetype)initWithSamplingRate:(SDLSamplingRate)samplingRate bitsPerSample:(SDLBitsPerSample)bitsPerSample audioType:(SDLAudioType)audioType maxDuration:(UInt32)maxDuration;
init(samplingRate: SDLSamplingRate, bitsPerSample: SDLBitsPerSample, audioType: SDLAudioType, maxDuration: UInt32)
+ init(samplingRate: SDLSamplingRate, bitsPerSample: SDLBitsPerSample, audioType: SDLAudioType, maxDuration: UInt32)
@@ -60,11 +60,11 @@ - (instancetype)initWithInitialPrompt:(nullable NSString *)initialPrompt audioPassThruDisplayText1:(nullable NSString *)audioPassThruDisplayText1 audioPassThruDisplayText2:(nullable NSString *)audioPassThruDisplayText2 samplingRate:(SDLSamplingRate)samplingRate bitsPerSample:(SDLBitsPerSample)bitsPerSample audioType:(SDLAudioType)audioType maxDuration:(UInt32)maxDuration muteAudio:(BOOL)muteAudio;
+ - (instancetype)initWithInitialPrompt:(nullable NSString *)initialPrompt audioPassThruDisplayText1:(nullable NSString *)audioPassThruDisplayText1 audioPassThruDisplayText2:(nullable NSString *)audioPassThruDisplayText2 samplingRate:(SDLSamplingRate)samplingRate bitsPerSample:(SDLBitsPerSample)bitsPerSample audioType:(SDLAudioType)audioType maxDuration:(UInt32)maxDuration muteAudio:(BOOL)muteAudio;
init(initialPrompt: String?, audioPassThruDisplayText1: String?, audioPassThruDisplayText2: String?, samplingRate: SDLSamplingRate, bitsPerSample: SDLBitsPerSample, audioType: SDLAudioType, maxDuration: UInt32, muteAudio: Bool)
+ init(initialPrompt: String?, audioPassThruDisplayText1: String?, audioPassThruDisplayText2: String?, samplingRate: SDLSamplingRate, bitsPerSample: SDLBitsPerSample, audioType: SDLAudioType, maxDuration: UInt32, muteAudio: Bool)
@@ -78,11 +78,11 @@ - (instancetype)initWithSamplingRate:(SDLSamplingRate)samplingRate bitsPerSample:(SDLBitsPerSample)bitsPerSample audioType:(SDLAudioType)audioType maxDuration:(UInt32)maxDuration audioDataHandler:(nullable SDLAudioPassThruHandler)audioDataHandler;
+ - (instancetype)initWithSamplingRate:(SDLSamplingRate)samplingRate bitsPerSample:(SDLBitsPerSample)bitsPerSample audioType:(SDLAudioType)audioType maxDuration:(UInt32)maxDuration audioDataHandler:(nullable SDLAudioPassThruHandler)audioDataHandler;
init(samplingRate: SDLSamplingRate, bitsPerSample: SDLBitsPerSample, audioType: SDLAudioType, maxDuration: UInt32, audioDataHandler: SDLAudioPassThruHandler? = nil)
+ init(samplingRate: SDLSamplingRate, bitsPerSample: SDLBitsPerSample, audioType: SDLAudioType, maxDuration: UInt32, audioDataHandler: SDLAudioPassThruHandler? = nil)
@@ -96,11 +96,11 @@ - (instancetype)initWithInitialPrompt:(nullable NSString *)initialPrompt audioPassThruDisplayText1:(nullable NSString *)audioPassThruDisplayText1 audioPassThruDisplayText2:(nullable NSString *)audioPassThruDisplayText2 samplingRate:(SDLSamplingRate)samplingRate bitsPerSample:(SDLBitsPerSample)bitsPerSample audioType:(SDLAudioType)audioType maxDuration:(UInt32)maxDuration muteAudio:(BOOL)muteAudio audioDataHandler:(nullable SDLAudioPassThruHandler)audioDataHandler;
+ - (instancetype)initWithInitialPrompt:(nullable NSString *)initialPrompt audioPassThruDisplayText1:(nullable NSString *)audioPassThruDisplayText1 audioPassThruDisplayText2:(nullable NSString *)audioPassThruDisplayText2 samplingRate:(SDLSamplingRate)samplingRate bitsPerSample:(SDLBitsPerSample)bitsPerSample audioType:(SDLAudioType)audioType maxDuration:(UInt32)maxDuration muteAudio:(BOOL)muteAudio audioDataHandler:(nullable SDLAudioPassThruHandler)audioDataHandler;
init(initialPrompt: String?, audioPassThruDisplayText1: String?, audioPassThruDisplayText2: String?, samplingRate: SDLSamplingRate, bitsPerSample: SDLBitsPerSample, audioType: SDLAudioType, maxDuration: UInt32, muteAudio: Bool, audioDataHandler: SDLAudioPassThruHandler? = nil)
+ init(initialPrompt: String?, audioPassThruDisplayText1: String?, audioPassThruDisplayText2: String?, samplingRate: SDLSamplingRate, bitsPerSample: SDLBitsPerSample, audioType: SDLAudioType, maxDuration: UInt32, muteAudio: Bool, audioDataHandler: SDLAudioPassThruHandler? = nil)
@@ -197,11 +197,11 @@ @property (readwrite, strong, nonatomic) SDLSamplingRate _Nonnull samplingRate;
+ @property (readwrite, strong, nonatomic) SDLSamplingRate _Nonnull samplingRate;
var samplingRate: SDLSamplingRate { get set }
+ var samplingRate: SDLSamplingRate { get set }
@@ -241,11 +241,11 @@ @property (readwrite, strong, nonatomic) SDLBitsPerSample _Nonnull bitsPerSample;
+ @property (readwrite, strong, nonatomic) SDLBitsPerSample _Nonnull bitsPerSample;
var bitsPerSample: SDLBitsPerSample { get set }
+ var bitsPerSample: SDLBitsPerSample { get set }
@@ -259,11 +259,11 @@ @property (readwrite, strong, nonatomic) SDLAudioType _Nonnull audioType;
+ @property (readwrite, strong, nonatomic) SDLAudioType _Nonnull audioType;
var audioType: SDLAudioType { get set }
+ var audioType: SDLAudioType { get set }
@@ -297,11 +297,11 @@ @property (readwrite, strong, nonatomic, nullable)
- SDLAudioPassThruHandler audioDataHandler;
+ SDLAudioPassThruHandler audioDataHandler;
var audioDataHandler: SDLAudioPassThruHandler? { get set }
+ var audioDataHandler: SDLAudioPassThruHandler? { get set }
diff --git a/docs/Classes/SDLPerformInteraction.html b/docs/Classes/SDLPerformInteraction.html
index 06a57a916..049f0bb87 100644
--- a/docs/Classes/SDLPerformInteraction.html
+++ b/docs/Classes/SDLPerformInteraction.html
@@ -59,14 +59,14 @@ - (nonnull instancetype)
initWithInitialText:(nonnull NSString *)initialText
- interactionMode:(nonnull SDLInteractionMode)interactionMode
+ interactionMode:(nonnull SDLInteractionMode)interactionMode
interactionChoiceSetIDList:
(nonnull NSArray<NSNumber<SDLUInt> *> *)interactionChoiceSetIDList
cancelID:(UInt32)cancelID;
init(initialText: String, interactionMode: SDLInteractionMode, interactionChoiceSetIDList: [NSNumber & SDLUInt], cancelID: UInt32)
+ init(initialText: String, interactionMode: SDLInteractionMode, interactionChoiceSetIDList: [NSNumber & SDLUInt], cancelID: UInt32)
@@ -98,19 +98,19 @@ - (nonnull instancetype)
initWithInitialText:(nonnull NSString *)initialText
initialPrompt:(nullable NSArray<SDLTTSChunk *> *)initialPrompt
- interactionMode:(nonnull SDLInteractionMode)interactionMode
+ interactionMode:(nonnull SDLInteractionMode)interactionMode
interactionChoiceSetIDList:
(nonnull NSArray<NSNumber<SDLUInt> *> *)interactionChoiceSetIDList
helpPrompt:(nullable NSArray<SDLTTSChunk *> *)helpPrompt
timeoutPrompt:(nullable NSArray<SDLTTSChunk *> *)timeoutPrompt
timeout:(UInt16)timeout
vrHelp:(nullable NSArray<SDLVRHelpItem *> *)vrHelp
- interactionLayout:(nullable SDLLayoutMode)interactionLayout
+ interactionLayout:(nullable SDLLayoutMode)interactionLayout
cancelID:(UInt32)cancelID;
init(initialText: String, initialPrompt: [SDLTTSChunk]?, interactionMode: SDLInteractionMode, interactionChoiceSetIDList: [NSNumber & SDLUInt], helpPrompt: [SDLTTSChunk]?, timeoutPrompt: [SDLTTSChunk]?, timeout: UInt16, vrHelp: [SDLVRHelpItem]?, interactionLayout: SDLLayoutMode?, cancelID: UInt32)
+ init(initialText: String, initialPrompt: [SDLTTSChunk]?, interactionMode: SDLInteractionMode, interactionChoiceSetIDList: [NSNumber & SDLUInt], helpPrompt: [SDLTTSChunk]?, timeoutPrompt: [SDLTTSChunk]?, timeout: UInt16, vrHelp: [SDLVRHelpItem]?, interactionLayout: SDLLayoutMode?, cancelID: UInt32)
@@ -284,12 +284,12 @@ init(initialPrompt: String?, initialText: String, interactionChoiceSetIDList: [NSNumber & SDLUInt], helpPrompt: String?, timeoutPrompt: String?, interactionMode: SDLInteractionMode, timeout: UInt32)
+ init(initialPrompt: String?, initialText: String, interactionChoiceSetIDList: [NSNumber & SDLUInt], helpPrompt: String?, timeoutPrompt: String?, interactionMode: SDLInteractionMode, timeout: UInt32)
@@ -331,13 +331,13 @@ init(initialPrompt: String?, initialText: String, interactionChoiceSetIDList: [NSNumber & SDLUInt], helpPrompt: String?, timeoutPrompt: String?, interactionMode: SDLInteractionMode, timeout: UInt32, vrHelp: [SDLVRHelpItem]?)
+ init(initialPrompt: String?, initialText: String, interactionChoiceSetIDList: [NSNumber & SDLUInt], helpPrompt: String?, timeoutPrompt: String?, interactionMode: SDLInteractionMode, timeout: UInt32, vrHelp: [SDLVRHelpItem]?)
@@ -381,13 +381,13 @@ init(initialChunks: [SDLTTSChunk]?, initialText: String, interactionChoiceSetIDList: [NSNumber & SDLUInt], help helpChunks: [SDLTTSChunk]?, timeoutChunks: [SDLTTSChunk]?, interactionMode: SDLInteractionMode, timeout: UInt32, vrHelp: [SDLVRHelpItem]?)
+ init(initialChunks: [SDLTTSChunk]?, initialText: String, interactionChoiceSetIDList: [NSNumber & SDLUInt], help helpChunks: [SDLTTSChunk]?, timeoutChunks: [SDLTTSChunk]?, interactionMode: SDLInteractionMode, timeout: UInt32, vrHelp: [SDLVRHelpItem]?)
@@ -431,14 +431,14 @@ init(initialChunks: [SDLTTSChunk]?, initialText: String, interactionChoiceSetIDList: [NSNumber & SDLUInt], help helpChunks: [SDLTTSChunk]?, timeoutChunks: [SDLTTSChunk]?, interactionMode: SDLInteractionMode, timeout: UInt32, vrHelp: [SDLVRHelpItem]?, interactionLayout layout: SDLLayoutMode?)
+ init(initialChunks: [SDLTTSChunk]?, initialText: String, interactionChoiceSetIDList: [NSNumber & SDLUInt], help helpChunks: [SDLTTSChunk]?, timeoutChunks: [SDLTTSChunk]?, interactionMode: SDLInteractionMode, timeout: UInt32, vrHelp: [SDLVRHelpItem]?, interactionLayout layout: SDLLayoutMode?)
@@ -527,11 +527,11 @@ @property (readwrite, strong, nonatomic)
- SDLInteractionMode _Nonnull interactionMode;
+ SDLInteractionMode _Nonnull interactionMode;
var interactionMode: SDLInteractionMode { get set }
+ var interactionMode: SDLInteractionMode { get set }
@@ -664,11 +664,11 @@ @property (readwrite, strong, nonatomic, nullable)
- SDLLayoutMode interactionLayout;
+ SDLLayoutMode interactionLayout;
var interactionLayout: SDLLayoutMode? { get set }
+ var interactionLayout: SDLLayoutMode? { get set }
diff --git a/docs/Classes/SDLPerformInteractionResponse.html b/docs/Classes/SDLPerformInteractionResponse.html
index d198101b6..768bdc30e 100644
--- a/docs/Classes/SDLPerformInteractionResponse.html
+++ b/docs/Classes/SDLPerformInteractionResponse.html
@@ -66,11 +66,11 @@ @property (readwrite, strong, nonatomic, nullable)
- SDLTriggerSource triggerSource;
+ SDLTriggerSource triggerSource;
var triggerSource: SDLTriggerSource? { get set }
+ var triggerSource: SDLTriggerSource? { get set }
diff --git a/docs/Classes/SDLPermissionManager.html b/docs/Classes/SDLPermissionManager.html
index 92f38f7c8..6fed857a5 100644
--- a/docs/Classes/SDLPermissionManager.html
+++ b/docs/Classes/SDLPermissionManager.html
@@ -90,7 +90,7 @@ - (BOOL)isRPCAllowed:(nonnull SDLPermissionRPCName)rpcName;
+ - (BOOL)isRPCAllowed:(nonnull SDLPermissionRPCName)rpcName;
- (SDLPermissionGroupStatus)groupStatusOfRPCs:
- (nonnull NSArray<SDLPermissionRPCName> *)rpcNames;
+ (nonnull NSArray<SDLPermissionRPCName> *)rpcNames;
- (nonnull NSDictionary<SDLPermissionRPCName, NSNumber *> *)statusOfRPCs:
- (nonnull NSArray<SDLPermissionRPCName> *)rpcNames;
+ - (nonnull NSDictionary<SDLPermissionRPCName, NSNumber *> *)statusOfRPCs:
+ (nonnull NSArray<SDLPermissionRPCName> *)rpcNames;
- (nonnull SDLPermissionObserverIdentifier)
- addObserverForRPCs:(nonnull NSArray<SDLPermissionRPCName> *)rpcNames
+ - (nonnull SDLPermissionObserverIdentifier)
+ addObserverForRPCs:(nonnull NSArray<SDLPermissionRPCName> *)rpcNames
groupType:(SDLPermissionGroupType)groupType
- withHandler:(nonnull SDLPermissionsChangedHandler)handler;
+ withHandler:(nonnull SDLPermissionsChangedHandler)handler;
func addObserver(forRPCs rpcNames: [String], groupType: SDLPermissionGroupType, withHandler handler: @escaping SDLPermissionsChangedHandler) -> UUID
+ func addObserver(forRPCs rpcNames: [String], groupType: SDLPermissionGroupType, withHandler handler: @escaping SDLPermissionsChangedHandler) -> UUID
@@ -236,7 +236,7 @@ - (void)removeObserverForIdentifier:
- (nonnull SDLPermissionObserverIdentifier)identifier;
+ (nonnull SDLPermissionObserverIdentifier)identifier;
- (BOOL)rpcRequiresEncryption:(nonnull SDLPermissionRPCName)rpcName;
+ - (BOOL)rpcRequiresEncryption:(nonnull SDLPermissionRPCName)rpcName;
- (nonnull instancetype)initWithFileName:(nonnull NSString *)fileName
- fileType:(nonnull SDLFileType)fileType;
+ fileType:(nonnull SDLFileType)fileType;
init(fileName: String, fileType: SDLFileType)
+ init(fileName: String, fileType: SDLFileType)
@@ -93,12 +93,12 @@ - (nonnull instancetype)initWithFileName:(nonnull NSString *)fileName
- fileType:(nonnull SDLFileType)fileType
+ fileType:(nonnull SDLFileType)fileType
persistentFile:(BOOL)persistentFile;
init(fileName: String, fileType: SDLFileType, persistentFile: Bool)
+ init(fileName: String, fileType: SDLFileType, persistentFile: Bool)
@@ -126,7 +126,7 @@ - (nonnull instancetype)initWithFileName:(nonnull NSString *)fileName
- fileType:(nonnull SDLFileType)fileType
+ fileType:(nonnull SDLFileType)fileType
persistentFile:(BOOL)persistentFile
systemFile:(BOOL)systemFile
offset:(UInt32)offset
@@ -134,7 +134,7 @@ Objective-C
Swift
- init(fileName: String, fileType: SDLFileType, persistentFile: Bool, systemFile: Bool, offset: UInt32, length: UInt32)
+ init(fileName: String, fileType: SDLFileType, persistentFile: Bool, systemFile: Bool, offset: UInt32, length: UInt32)
@@ -168,7 +168,7 @@ - (nonnull instancetype)initWithFileName:(nonnull NSString *)fileName
- fileType:(nonnull SDLFileType)fileType
+ fileType:(nonnull SDLFileType)fileType
persistentFile:(BOOL)persistentFile
systemFile:(BOOL)systemFile
offset:(UInt32)offset
@@ -177,7 +177,7 @@ Objective-C
Swift
- init(fileName: String, fileType: SDLFileType, persistentFile: Bool, systemFile: Bool, offset: UInt32, length: UInt32, crc: UInt64)
+ init(fileName: String, fileType: SDLFileType, persistentFile: Bool, systemFile: Bool, offset: UInt32, length: UInt32, crc: UInt64)
@@ -213,7 +213,7 @@ - (nonnull instancetype)initWithFileName:(nonnull NSString *)fileName
- fileType:(nonnull SDLFileType)fileType
+ fileType:(nonnull SDLFileType)fileType
persistentFile:(BOOL)persistentFile
systemFile:(BOOL)systemFile
offset:(UInt32)offset
@@ -222,7 +222,7 @@ Objective-C
Swift
- init(fileName: String, fileType: SDLFileType, persistentFile: Bool, systemFile: Bool, offset: UInt32, length: UInt32, bulkData: Data)
+ init(fileName: String, fileType: SDLFileType, persistentFile: Bool, systemFile: Bool, offset: UInt32, length: UInt32, bulkData: Data)
@@ -279,11 +279,11 @@
Objective-C
- @property (readwrite, strong, nonatomic) SDLFileType _Nonnull fileType;
+ @property (readwrite, strong, nonatomic) SDLFileType _Nonnull fileType;
Swift
- var fileType: SDLFileType { get set }
+ var fileType: SDLFileType { get set }
diff --git a/docs/Classes/SDLRPCResponse.html b/docs/Classes/SDLRPCResponse.html
index 286623795..f0ad8f9ad 100644
--- a/docs/Classes/SDLRPCResponse.html
+++ b/docs/Classes/SDLRPCResponse.html
@@ -61,11 +61,11 @@
Objective-C
- @property (readwrite, strong, nonatomic) SDLResult _Nonnull resultCode;
+ @property (readwrite, strong, nonatomic) SDLResult _Nonnull resultCode;
Swift
- var resultCode: SDLResult { get set }
+ var resultCode: SDLResult { get set }
diff --git a/docs/Classes/SDLRadioControlData.html b/docs/Classes/SDLRadioControlData.html
index 57dd5bf70..8be9c976d 100644
--- a/docs/Classes/SDLRadioControlData.html
+++ b/docs/Classes/SDLRadioControlData.html
@@ -38,13 +38,13 @@ Objective-C
- (nonnull instancetype)
initWithFrequencyInteger:(nullable NSNumber<SDLInt> *)frequencyInteger
frequencyFraction:(nullable NSNumber<SDLInt> *)frequencyFraction
- band:(nullable SDLRadioBand)band
+ band:(nullable SDLRadioBand)band
hdChannel:(nullable NSNumber<SDLInt> *)hdChannel
radioEnable:(nullable NSNumber<SDLBool> *)radioEnable;
Swift
- init(frequencyInteger: (NSNumber & SDLInt)?, frequencyFraction: (NSNumber & SDLInt)?, band: SDLRadioBand?, hdChannel: (NSNumber & SDLInt)?, radioEnable: (NSNumber & SDLBool)?)
+ init(frequencyInteger: (NSNumber & SDLInt)?, frequencyFraction: (NSNumber & SDLInt)?, band: SDLRadioBand?, hdChannel: (NSNumber & SDLInt)?, radioEnable: (NSNumber & SDLBool)?)
@@ -78,14 +78,14 @@ Objective-C
- (nonnull instancetype)
initWithFrequencyInteger:(nullable NSNumber<SDLInt> *)frequencyInteger
frequencyFraction:(nullable NSNumber<SDLInt> *)frequencyFraction
- band:(nullable SDLRadioBand)band
+ band:(nullable SDLRadioBand)band
hdChannel:(nullable NSNumber<SDLInt> *)hdChannel
radioEnable:(nullable NSNumber<SDLBool> *)radioEnable
hdRadioEnable:(nullable NSNumber<SDLBool> *)hdRadioEnable;
Swift
- init(frequencyInteger: (NSNumber & SDLInt)?, frequencyFraction: (NSNumber & SDLInt)?, band: SDLRadioBand?, hdChannel: (NSNumber & SDLInt)?, radioEnable: (NSNumber & SDLBool)?, hdRadioEnable: (NSNumber & SDLBool)?)
+ init(frequencyInteger: (NSNumber & SDLInt)?, frequencyFraction: (NSNumber & SDLInt)?, band: SDLRadioBand?, hdChannel: (NSNumber & SDLInt)?, radioEnable: (NSNumber & SDLBool)?, hdRadioEnable: (NSNumber & SDLBool)?)
@@ -162,11 +162,11 @@
Objective-C
- @property (readwrite, strong, nonatomic, nullable) SDLRadioBand band;
+ @property (readwrite, strong, nonatomic, nullable) SDLRadioBand band;
Swift
- var band: SDLRadioBand? { get set }
+ var band: SDLRadioBand? { get set }
@@ -357,11 +357,11 @@
Objective-C
- @property (readwrite, strong, nonatomic, nullable) SDLRadioState state;
+ @property (readwrite, strong, nonatomic, nullable) SDLRadioState state;
Swift
- var state: SDLRadioState? { get set }
+ var state: SDLRadioState? { get set }
diff --git a/docs/Classes/SDLRegisterAppInterface.html b/docs/Classes/SDLRegisterAppInterface.html
index 56804e958..acccc8aa8 100644
--- a/docs/Classes/SDLRegisterAppInterface.html
+++ b/docs/Classes/SDLRegisterAppInterface.html
@@ -31,7 +31,7 @@ Overview
Registers the application’s interface with SDL. The RegisterAppInterface
RPC declares the properties of the app, including the messaging interface version, the app name, etc. The mobile application must establish its interface registration with SDL before any other interaction with SDL can take place. The registration lasts until it is terminated either by the application calling the SDLUnregisterAppInterface
method, or by SDL sending an SDLOnAppInterfaceUnregistered
notification, or by loss of the underlying transport connection, or closing of the underlying message transmission protocol RPC session.
-Until the application receives its first SDLOnHMIStatus
notification, its SDLHMILevel
is assumed to be NONE
, the SDLAudioStreamingState
is assumed to be NOT_AUDIBLE
, and the SDLSystemContext
is assumed to be MAIN
.
+Until the application receives its first SDLOnHMIStatus
notification, its SDLHMILevel
is assumed to be NONE
, the SDLAudioStreamingState
is assumed to be NOT_AUDIBLE
, and the SDLSystemContext
is assumed to be MAIN
.
All SDL resources which the application creates or uses (e.g. choice sets, command menu, etc.) are associated with the application’s interface registration. Therefore, when the interface registration ends, the SDL resources associated with the application are disposed of. As a result, even though the application itself may continue to run on its host platform (e.g. mobile device) after the interface registration terminates, the application will not be able to use the SDL HMI without first establishing a new interface registration and re-creating its required SDL resources. That is, SDL resources created by (or on behalf of) an application do not persist beyond the life-span of the interface registration. Resources and settings whose lifespan is tied to the duration of an application’s interface registration include: choice sets, command menus, and the media clock timer display value
@@ -81,11 +81,11 @@
Objective-C
- (nonnull instancetype)initWithAppName:(nonnull NSString *)appName
appId:(nonnull NSString *)appId
- languageDesired:(nonnull SDLLanguage)languageDesired;
+ languageDesired:(nonnull SDLLanguage)languageDesired;
Swift
- init(appName: String, appId: String, languageDesired: SDLLanguage)
+ init(appName: String, appId: String, languageDesired: SDLLanguage)
@@ -114,15 +114,15 @@ - (nonnull instancetype)initWithAppName:(nonnull NSString *)appName
appId:(nonnull NSString *)appId
- languageDesired:(nonnull SDLLanguage)languageDesired
+ languageDesired:(nonnull SDLLanguage)languageDesired
isMediaApp:(BOOL)isMediaApp
appTypes:
- (nonnull NSArray<SDLAppHMIType> *)appTypes
+ (nonnull NSArray<SDLAppHMIType> *)appTypes
shortAppName:(nullable NSString *)shortAppName;
Swift
- init(appName: String, appId: String, languageDesired: SDLLanguage, isMediaApp: Bool, appTypes: [SDLAppHMIType], shortAppName: String?)
+ init(appName: String, appId: String, languageDesired: SDLLanguage, isMediaApp: Bool, appTypes: [SDLAppHMIType], shortAppName: String?)
@@ -158,18 +158,18 @@ Objective-C
- (nonnull instancetype)
initWithAppName:(nonnull NSString *)appName
appId:(nonnull NSString *)appId
- languageDesired:(nonnull SDLLanguage)languageDesired
+ languageDesired:(nonnull SDLLanguage)languageDesired
isMediaApp:(BOOL)isMediaApp
- appTypes:(nonnull NSArray<SDLAppHMIType> *)appTypes
+ appTypes:(nonnull NSArray<SDLAppHMIType> *)appTypes
shortAppName:(nullable NSString *)shortAppName
ttsName:(nullable NSArray<SDLTTSChunk *> *)ttsName
vrSynonyms:(nullable NSArray<NSString *> *)vrSynonyms
- hmiDisplayLanguageDesired:(nonnull SDLLanguage)hmiDisplayLanguageDesired
+ hmiDisplayLanguageDesired:(nonnull SDLLanguage)hmiDisplayLanguageDesired
resumeHash:(nullable NSString *)resumeHash;
Swift
- init(appName: String, appId: String, languageDesired: SDLLanguage, isMediaApp: Bool, appTypes: [SDLAppHMIType], shortAppName: String?, ttsName: [SDLTTSChunk]?, vrSynonyms: [String]?, hmiDisplayLanguageDesired: SDLLanguage, resumeHash: String?)
+ init(appName: String, appId: String, languageDesired: SDLLanguage, isMediaApp: Bool, appTypes: [SDLAppHMIType], shortAppName: String?, ttsName: [SDLTTSChunk]?, vrSynonyms: [String]?, hmiDisplayLanguageDesired: SDLLanguage, resumeHash: String?)
@@ -214,13 +214,13 @@ Objective-C
initWithAppName:(nonnull NSString *)appName
appId:(nonnull NSString *)appId
fullAppId:(nullable NSString *)fullAppId
- languageDesired:(nonnull SDLLanguage)languageDesired
+ languageDesired:(nonnull SDLLanguage)languageDesired
isMediaApp:(BOOL)isMediaApp
- appTypes:(nonnull NSArray<SDLAppHMIType> *)appTypes
+ appTypes:(nonnull NSArray<SDLAppHMIType> *)appTypes
shortAppName:(nullable NSString *)shortAppName
ttsName:(nullable NSArray<SDLTTSChunk *> *)ttsName
vrSynonyms:(nullable NSArray<NSString *> *)vrSynonyms
- hmiDisplayLanguageDesired:(nonnull SDLLanguage)hmiDisplayLanguageDesired
+ hmiDisplayLanguageDesired:(nonnull SDLLanguage)hmiDisplayLanguageDesired
resumeHash:(nullable NSString *)resumeHash
dayColorScheme:(nullable SDLTemplateColorScheme *)dayColorScheme
nightColorScheme:
@@ -228,7 +228,7 @@ Objective-C
Swift
- init(appName: String, appId: String, fullAppId: String?, languageDesired: SDLLanguage, isMediaApp: Bool, appTypes: [SDLAppHMIType], shortAppName: String?, ttsName: [SDLTTSChunk]?, vrSynonyms: [String]?, hmiDisplayLanguageDesired: SDLLanguage, resumeHash: String?, dayColorScheme: SDLTemplateColorScheme?, nightColorScheme: SDLTemplateColorScheme?)
+ init(appName: String, appId: String, fullAppId: String?, languageDesired: SDLLanguage, isMediaApp: Bool, appTypes: [SDLAppHMIType], shortAppName: String?, ttsName: [SDLTTSChunk]?, vrSynonyms: [String]?, hmiDisplayLanguageDesired: SDLLanguage, resumeHash: String?, dayColorScheme: SDLTemplateColorScheme?, nightColorScheme: SDLTemplateColorScheme?)
@@ -455,11 +455,11 @@
Objective-C
- @property (readwrite, strong, nonatomic) SDLLanguage _Nonnull languageDesired;
+ @property (readwrite, strong, nonatomic) SDLLanguage _Nonnull languageDesired;
Swift
- var languageDesired: SDLLanguage { get set }
+ var languageDesired: SDLLanguage { get set }
@@ -478,11 +478,11 @@
Objective-C
@property (readwrite, strong, nonatomic)
- SDLLanguage _Nonnull hmiDisplayLanguageDesired;
+ SDLLanguage _Nonnull hmiDisplayLanguageDesired;
Swift
- var hmiDisplayLanguageDesired: SDLLanguage { get set }
+ var hmiDisplayLanguageDesired: SDLLanguage { get set }
@@ -501,11 +501,11 @@
Objective-C
@property (readwrite, strong, nonatomic, nullable)
- NSArray<SDLAppHMIType> *appHMIType;
+ NSArray<SDLAppHMIType> *appHMIType;
var appHMIType: [SDLAppHMIType]? { get set }
+ var appHMIType: [SDLAppHMIType]? { get set }
diff --git a/docs/Classes/SDLRegisterAppInterfaceResponse.html b/docs/Classes/SDLRegisterAppInterfaceResponse.html
index 2c04d0c5a..cf707c402 100644
--- a/docs/Classes/SDLRegisterAppInterfaceResponse.html
+++ b/docs/Classes/SDLRegisterAppInterfaceResponse.html
@@ -91,11 +91,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLLanguage language;
+ @property (readwrite, strong, nonatomic, nullable) SDLLanguage language;
var language: SDLLanguage? { get set }
+ var language: SDLLanguage? { get set }
@@ -114,11 +114,11 @@ @property (readwrite, strong, nonatomic, nullable)
- SDLLanguage hmiDisplayLanguage;
+ SDLLanguage hmiDisplayLanguage;
var hmiDisplayLanguage: SDLLanguage? { get set }
+ var hmiDisplayLanguage: SDLLanguage? { get set }
@@ -229,11 +229,11 @@ @property (readwrite, strong, nonatomic, nullable)
- NSArray<SDLHMIZoneCapabilities> *hmiZoneCapabilities;
+ NSArray<SDLHMIZoneCapabilities> *hmiZoneCapabilities;
var hmiZoneCapabilities: [SDLHMIZoneCapabilities]? { get set }
+ var hmiZoneCapabilities: [SDLHMIZoneCapabilities]? { get set }
@@ -252,11 +252,11 @@ @property (readwrite, strong, nonatomic, nullable)
- NSArray<SDLSpeechCapabilities> *speechCapabilities;
+ NSArray<SDLSpeechCapabilities> *speechCapabilities;
var speechCapabilities: [SDLSpeechCapabilities]? { get set }
+ var speechCapabilities: [SDLSpeechCapabilities]? { get set }
@@ -275,11 +275,11 @@ @property (readwrite, strong, nonatomic, nullable)
- NSArray<SDLPrerecordedSpeech> *prerecordedSpeech;
+ NSArray<SDLPrerecordedSpeech> *prerecordedSpeech;
var prerecordedSpeech: [SDLPrerecordedSpeech]? { get set }
+ var prerecordedSpeech: [SDLPrerecordedSpeech]? { get set }
@@ -298,11 +298,11 @@ @property (readwrite, strong, nonatomic, nullable)
- NSArray<SDLVRCapabilities> *vrCapabilities;
+ NSArray<SDLVRCapabilities> *vrCapabilities;
var vrCapabilities: [SDLVRCapabilities]? { get set }
+ var vrCapabilities: [SDLVRCapabilities]? { get set }
diff --git a/docs/Classes/SDLReleaseInteriorVehicleDataModule.html b/docs/Classes/SDLReleaseInteriorVehicleDataModule.html
index c9e746794..b4597d8fb 100644
--- a/docs/Classes/SDLReleaseInteriorVehicleDataModule.html
+++ b/docs/Classes/SDLReleaseInteriorVehicleDataModule.html
@@ -23,11 +23,11 @@ - (instancetype)initWithModuleType:(SDLModuleType)moduleType moduleId:(NSString *)moduleId;
+ - (instancetype)initWithModuleType:(SDLModuleType)moduleType moduleId:(NSString *)moduleId;
init(moduleType: SDLModuleType, moduleId: String)
+ init(moduleType: SDLModuleType, moduleId: String)
@@ -43,11 +43,11 @@ @property (readwrite, strong, nonatomic) SDLModuleType _Nonnull moduleType;
+ @property (readwrite, strong, nonatomic) SDLModuleType _Nonnull moduleType;
var moduleType: SDLModuleType { get set }
+ var moduleType: SDLModuleType { get set }
diff --git a/docs/Classes/SDLResetGlobalProperties.html b/docs/Classes/SDLResetGlobalProperties.html
index 49c8a7304..7503b95ba 100644
--- a/docs/Classes/SDLResetGlobalProperties.html
+++ b/docs/Classes/SDLResetGlobalProperties.html
@@ -35,11 +35,11 @@ - (instancetype)initWithProperties:(NSArray<SDLGlobalProperty> *)properties;
+ - (instancetype)initWithProperties:(NSArray<SDLGlobalProperty> *)properties;
init(properties: [SDLGlobalProperty])
+ init(properties: [SDLGlobalProperty])
@@ -55,11 +55,11 @@ @property (readwrite, strong, nonatomic)
- NSArray<SDLGlobalProperty> *_Nonnull properties;
+ NSArray<SDLGlobalProperty> *_Nonnull properties;
var properties: [SDLGlobalProperty] { get set }
+ var properties: [SDLGlobalProperty] { get set }
diff --git a/docs/Classes/SDLScreenManager.html b/docs/Classes/SDLScreenManager.html
index f53e8e63c..ed39aca78 100644
--- a/docs/Classes/SDLScreenManager.html
+++ b/docs/Classes/SDLScreenManager.html
@@ -181,11 +181,11 @@ @property (readwrite, copy, nonatomic) SDLTextAlignment _Nonnull textAlignment;
+ @property (readwrite, copy, nonatomic) SDLTextAlignment _Nonnull textAlignment;
var textAlignment: SDLTextAlignment { get set }
+ var textAlignment: SDLTextAlignment { get set }
@@ -199,11 +199,11 @@ @property (readwrite, copy, nonatomic, nullable) SDLMetadataType textField1Type;
+ @property (readwrite, copy, nonatomic, nullable) SDLMetadataType textField1Type;
var textField1Type: SDLMetadataType? { get set }
+ var textField1Type: SDLMetadataType? { get set }
@@ -217,11 +217,11 @@ @property (readwrite, copy, nonatomic, nullable) SDLMetadataType textField2Type;
+ @property (readwrite, copy, nonatomic, nullable) SDLMetadataType textField2Type;
var textField2Type: SDLMetadataType? { get set }
+ var textField2Type: SDLMetadataType? { get set }
@@ -235,11 +235,11 @@ @property (readwrite, copy, nonatomic, nullable) SDLMetadataType textField3Type;
+ @property (readwrite, copy, nonatomic, nullable) SDLMetadataType textField3Type;
var textField3Type: SDLMetadataType? { get set }
+ var textField3Type: SDLMetadataType? { get set }
@@ -253,11 +253,11 @@ @property (readwrite, copy, nonatomic, nullable) SDLMetadataType textField4Type;
+ @property (readwrite, copy, nonatomic, nullable) SDLMetadataType textField4Type;
var textField4Type: SDLMetadataType? { get set }
+ var textField4Type: SDLMetadataType? { get set }
@@ -579,11 +579,11 @@ - (void)endUpdatesWithCompletionHandler:
- (nullable SDLScreenManagerUpdateCompletionHandler)handler;
+ (nullable SDLScreenManagerUpdateCompletionHandler)handler;
func endUpdates(completionHandler handler: SDLScreenManagerUpdateCompletionHandler? = nil)
+ func endUpdates(completionHandler handler: SDLScreenManagerUpdateCompletionHandler? = nil)
@@ -621,11 +621,11 @@ - (void)preloadChoices:(nonnull NSArray<SDLChoiceCell *> *)choices
- withCompletionHandler:(nullable SDLPreloadChoiceCompletionHandler)handler;
+ withCompletionHandler:(nullable SDLPreloadChoiceCompletionHandler)handler;
func preloadChoices(_ choices: [SDLChoiceCell], withCompletionHandler handler: SDLPreloadChoiceCompletionHandler? = nil)
+ func preloadChoices(_ choices: [SDLChoiceCell], withCompletionHandler handler: SDLPreloadChoiceCompletionHandler? = nil)
@@ -674,11 +674,11 @@ - (void)presentChoiceSet:(nonnull SDLChoiceSet *)choiceSet
- mode:(nonnull SDLInteractionMode)mode;
+ mode:(nonnull SDLInteractionMode)mode;
func present(_ choiceSet: SDLChoiceSet, mode: SDLInteractionMode)
+ func present(_ choiceSet: SDLChoiceSet, mode: SDLInteractionMode)
@@ -706,7 +706,7 @@ - (void)presentSearchableChoiceSet:(nonnull SDLChoiceSet *)choiceSet
- mode:(nonnull SDLInteractionMode)mode
+ mode:(nonnull SDLInteractionMode)mode
withKeyboardDelegate:(nonnull id<SDLKeyboardDelegate>)delegate;
diff --git a/docs/Classes/SDLSeatControlData.html b/docs/Classes/SDLSeatControlData.html
index b6df6cb2f..8fc010faf 100644
--- a/docs/Classes/SDLSeatControlData.html
+++ b/docs/Classes/SDLSeatControlData.html
@@ -38,11 +38,11 @@ - (instancetype)initWithId:(SDLSupportedSeat)supportedSeat;
+ - (instancetype)initWithId:(SDLSupportedSeat)supportedSeat;
init(id supportedSeat: SDLSupportedSeat)
+ init(id supportedSeat: SDLSupportedSeat)
@@ -56,11 +56,11 @@ - (instancetype)initWithId:(SDLSupportedSeat)supportedSeat heatingEnabled:(BOOL)heatingEnable coolingEnable:(BOOL)coolingEnable heatingLevel:(UInt8)heatingLevel coolingLevel:(UInt8)coolingLevel horizontalPostion:(UInt8)horizontal verticalPostion:(UInt8)vertical frontVerticalPostion:(UInt8)frontVertical backVerticalPostion:(UInt8)backVertical backTiltAngle:(UInt8)backAngle headSupportedHorizontalPostion:(UInt8)headSupportedHorizontal headSupportedVerticalPostion:(UInt8)headSupportedVertical massageEnabled:(BOOL)massageEnable massageMode:(NSArray<SDLMassageModeData *> *)massageMode massageCussionFirmness:(NSArray<SDLMassageCushionFirmness *> *)firmness memory:(SDLSeatMemoryAction *)memoryAction;
+ - (instancetype)initWithId:(SDLSupportedSeat)supportedSeat heatingEnabled:(BOOL)heatingEnable coolingEnable:(BOOL)coolingEnable heatingLevel:(UInt8)heatingLevel coolingLevel:(UInt8)coolingLevel horizontalPostion:(UInt8)horizontal verticalPostion:(UInt8)vertical frontVerticalPostion:(UInt8)frontVertical backVerticalPostion:(UInt8)backVertical backTiltAngle:(UInt8)backAngle headSupportedHorizontalPostion:(UInt8)headSupportedHorizontal headSupportedVerticalPostion:(UInt8)headSupportedVertical massageEnabled:(BOOL)massageEnable massageMode:(NSArray<SDLMassageModeData *> *)massageMode massageCussionFirmness:(NSArray<SDLMassageCushionFirmness *> *)firmness memory:(SDLSeatMemoryAction *)memoryAction;
init(id supportedSeat: SDLSupportedSeat, heatingEnabled heatingEnable: Bool, coolingEnable: Bool, heatingLevel: UInt8, coolingLevel: UInt8, horizontalPostion horizontal: UInt8, verticalPostion vertical: UInt8, frontVerticalPostion frontVertical: UInt8, backVerticalPostion backVertical: UInt8, backTiltAngle backAngle: UInt8, headSupportedHorizontalPostion headSupportedHorizontal: UInt8, headSupportedVerticalPostion headSupportedVertical: UInt8, massageEnabled massageEnable: Bool, massageMode: [SDLMassageModeData], massageCussionFirmness firmness: [SDLMassageCushionFirmness], memory memoryAction: SDLSeatMemoryAction)
+ init(id supportedSeat: SDLSupportedSeat, heatingEnabled heatingEnable: Bool, coolingEnable: Bool, heatingLevel: UInt8, coolingLevel: UInt8, horizontalPostion horizontal: UInt8, verticalPostion vertical: UInt8, frontVerticalPostion frontVertical: UInt8, backVerticalPostion backVertical: UInt8, backTiltAngle backAngle: UInt8, headSupportedHorizontalPostion headSupportedHorizontal: UInt8, headSupportedVerticalPostion headSupportedVertical: UInt8, massageEnabled massageEnable: Bool, massageMode: [SDLMassageModeData], massageCussionFirmness firmness: [SDLMassageCushionFirmness], memory memoryAction: SDLSeatMemoryAction)
@@ -74,11 +74,11 @@ @property (strong, nonatomic) SDLSupportedSeat id
+ @property (strong, nonatomic) SDLSupportedSeat id
var id: SDLSupportedSeat { get set }
+ var id: SDLSupportedSeat { get set }
diff --git a/docs/Classes/SDLSeatMemoryAction.html b/docs/Classes/SDLSeatMemoryAction.html
index 472648ebb..f547b77c8 100644
--- a/docs/Classes/SDLSeatMemoryAction.html
+++ b/docs/Classes/SDLSeatMemoryAction.html
@@ -26,11 +26,11 @@ - (nonnull instancetype)initWithId:(UInt8)id
- action:(nonnull SDLSeatMemoryActionType)action;
+ action:(nonnull SDLSeatMemoryActionType)action;
init(id: UInt8, action: SDLSeatMemoryActionType)
+ init(id: UInt8, action: SDLSeatMemoryActionType)
@@ -57,11 +57,11 @@ - (nonnull instancetype)initWithId:(UInt8)id
label:(nullable NSString *)label
- action:(nonnull SDLSeatMemoryActionType)action;
+ action:(nonnull SDLSeatMemoryActionType)action;
init(id: UInt8, label: String?, action: SDLSeatMemoryActionType)
+ init(id: UInt8, label: String?, action: SDLSeatMemoryActionType)
@@ -130,11 +130,11 @@ @property (readwrite, strong, nonatomic) SDLSeatMemoryActionType _Nonnull action;
+ @property (readwrite, strong, nonatomic) SDLSeatMemoryActionType _Nonnull action;
var action: SDLSeatMemoryActionType { get set }
+ var action: SDLSeatMemoryActionType { get set }
diff --git a/docs/Classes/SDLSendLocation.html b/docs/Classes/SDLSendLocation.html
index cdb7f88c4..14d7c1c37 100644
--- a/docs/Classes/SDLSendLocation.html
+++ b/docs/Classes/SDLSendLocation.html
@@ -40,12 +40,12 @@ init(address: SDLOasisAddress, addressLines: [String]?, locationName: String?, locationDescription: String?, phoneNumber: String?, image: SDLImage?, deliveryMode: SDLDeliveryMode?, timeStamp: SDLDateTime?)
+ init(address: SDLOasisAddress, addressLines: [String]?, locationName: String?, locationDescription: String?, phoneNumber: String?, image: SDLImage?, deliveryMode: SDLDeliveryMode?, timeStamp: SDLDateTime?)
@@ -136,13 +136,13 @@ init(longitude: Double, latitude: Double, locationName: String?, locationDescription: String?, displayAddressLines: [String]?, phoneNumber: String?, image: SDLImage?, deliveryMode: SDLDeliveryMode?, timeStamp: SDLDateTime?, address: SDLOasisAddress?)
+ init(longitude: Double, latitude: Double, locationName: String?, locationDescription: String?, displayAddressLines: [String]?, phoneNumber: String?, image: SDLImage?, deliveryMode: SDLDeliveryMode?, timeStamp: SDLDateTime?, address: SDLOasisAddress?)
@@ -328,11 +328,11 @@ @property (readwrite, strong, nonatomic, nullable) SDLDeliveryMode deliveryMode;
+ @property (readwrite, strong, nonatomic, nullable) SDLDeliveryMode deliveryMode;
var deliveryMode: SDLDeliveryMode? { get set }
+ var deliveryMode: SDLDeliveryMode? { get set }
diff --git a/docs/Classes/SDLSetDisplayLayout.html b/docs/Classes/SDLSetDisplayLayout.html
index 4735477d3..62053652a 100644
--- a/docs/Classes/SDLSetDisplayLayout.html
+++ b/docs/Classes/SDLSetDisplayLayout.html
@@ -29,11 +29,11 @@ - (instancetype)initWithPredefinedLayout:(