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
SDLGetInteriorVehicleDataResponse

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 }
View on GitHub.com
Previous Section Next Section