This RPC allows you to get consent to control a certain module
@since RPC 6.0
Convenience init to get consent to control a module
- (nonnull instancetype)initWithModuleType:(nonnull SDLModuleType)moduleType
moduleIds:
(nonnull NSArray<NSString *> *)moduleIds;
init(moduleType: SDLModuleType, moduleIds: [String])
The module type that the app requests to control
Ids of a module of same type, published by System Capability
An SDLGetInteriorVehicleDataConsent object
The module type that the app requests to control.
Required
@property (nonatomic, strong) SDLModuleType _Nonnull moduleType;
var moduleType: SDLModuleType { get set }
Ids of a module of same type, published by System Capability.
Required
@property (nonatomic, strong) NSArray<NSString *> *_Nonnull moduleIds;
var moduleIds: [String] { get set }