Releases a controlled remote control module so others can take control
@since 6.0
Convenience init to release a controlled module
- (nonnull instancetype)initWithModuleType:(nonnull SDLModuleType)moduleType
moduleId:(nonnull NSString *)moduleId;
init(moduleType: SDLModuleType, moduleId: String)
The module type that the app requests to control.
Id of a module, published by System Capability.
An SDLReleaseInteriorVehicleDataModule object
The module type that the app requests to control.
Required
@property (nonatomic, strong) SDLModuleType _Nonnull moduleType;
var moduleType: SDLModuleType { get set }
Id of a module, published by System Capability.
Optional
@property (nonatomic, strong, nullable) NSString *moduleId;
var moduleId: String? { get set }