Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
iOS Documentation
SDLOnRCStatus

SDLOnRCStatus Class Reference

Section Contents

Overview

OnRCStatus notifications to all registered mobile applications and the HMI whenever (1) SDL allocates a module to an application or (2) it de-allocates a module from an application, or (3) an application registers with SDL

allocatedModules

@abstract Contains a list (zero or more) of module types that are allocated to the application.

Required, Array of SDLModuleData, Array size 0 - 100

See

SDLPermissionItem

Objective-C

@property (nonatomic, strong) NSArray<SDLModuleData *> *_Nonnull allocatedModules;

Swift

var allocatedModules: [SDLModuleData] { get set }

freeModules

@abstract Contains a list (zero or more) of module types that are free to access for the application.

Required, Array of SDLModuleData, Array size 0 - 100

See

SDLPermissionItem

Objective-C

@property (nonatomic, strong) NSArray<SDLModuleData *> *_Nonnull freeModules;

Swift

var freeModules: [SDLModuleData] { get set }

allowed

Issued by SDL to notify the application about remote control status change on SDL If “true” - RC is allowed; if “false” - RC is disallowed.

optional, Boolean, default Value = false

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLBool> *allowed;

Swift

var allowed: (NSNumber & SDLBool)? { get set }
View on GitHub.com
Previous Section Next Section