SDLGetInteriorVehicleDataResponse Class Reference

Section Contents

Overview

A response to SDLGetInteriorVehicleData

moduleData

The requested data

Optional

Objective-C

@property (nonatomic, strong, nullable) SDLModuleData *moduleData;

Swift

var moduleData: SDLModuleData? { get set }

isSubscribed

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

Objective-C

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

Swift

var isSubscribed: (NSNumber & SDLBool)? { get set }