A response to SDLGetInteriorVehicleData
The requested data
Optional
@property (nonatomic, strong, nullable) SDLModuleData *moduleData;
var moduleData: SDLModuleData? { get set }
It is a conditional-mandatory parameter: must be returned in case “subscribe” parameter was present in the related request.
If “true” - the “moduleType” from request is successfully subscribed and the head unit will send onInteriorVehicleData notifications for the moduleType.
If “false” - the “moduleType” from request is either unsubscribed or failed to subscribe.
Optional, Boolean
@property (nonatomic, strong, nullable) NSNumber<SDLBool> *isSubscribed;
var isSubscribed: (NSNumber & SDLBool)? { get set }