Describes the status related to a connected mobile device or SDL and if or how it is represented in the vehicle.
@since SDL 2.0
Indicates whether the voice recognition is on or off
Required, Boolean
@property (nonatomic, strong) NSNumber<SDLBool> *_Nonnull voiceRecOn;
var voiceRecOn: NSNumber & SDLBool { get set }
Indicates whether the bluetooth connection established
Required, Boolean
@property (nonatomic, strong) NSNumber<SDLBool> *_Nonnull btIconOn;
var btIconOn: NSNumber & SDLBool { get set }
Indicates whether a call is being active
Required, Boolean
@property (nonatomic, strong) NSNumber<SDLBool> *_Nonnull callActive;
var callActive: NSNumber & SDLBool { get set }
Indicates whether the phone is in roaming mode
Required, Boolean
@property (nonatomic, strong) NSNumber<SDLBool> *_Nonnull phoneRoaming;
var phoneRoaming: NSNumber & SDLBool { get set }
Indicates whether a textmessage is available
Required, Boolean
@property (nonatomic, strong) NSNumber<SDLBool> *_Nonnull textMsgAvailable;
var textMsgAvailable: NSNumber & SDLBool { get set }
Battery level status
See
SDLDeviceLevelStatusRequired
@property (nonatomic, strong) SDLDeviceLevelStatus _Nonnull battLevelStatus;
var battLevelStatus: SDLDeviceLevelStatus { get set }
The status of the stereo audio output channel
Required, Boolean
@property (nonatomic, strong) NSNumber<SDLBool> *_Nonnull stereoAudioOutputMuted;
var stereoAudioOutputMuted: NSNumber & SDLBool { get set }
The status of the mono audio output channel
Required, Boolean
@property (nonatomic, strong) NSNumber<SDLBool> *_Nonnull monoAudioOutputMuted;
var monoAudioOutputMuted: NSNumber & SDLBool { get set }
Signal level status
See
SDLDeviceLevelStatusRequired
@property (nonatomic, strong) SDLDeviceLevelStatus _Nonnull signalLevelStatus;
var signalLevelStatus: SDLDeviceLevelStatus { get set }
The current primary audio source of SDL (if selected).
See
SDLPrimaryAudioSourceRequired
@property (nonatomic, strong) SDLPrimaryAudioSource _Nonnull primaryAudioSource;
var primaryAudioSource: SDLPrimaryAudioSource { get set }
Indicates if an emergency call is active
Required, Boolean
@property (nonatomic, strong) NSNumber<SDLBool> *_Nonnull eCallEventActive;
var eCallEventActive: NSNumber & SDLBool { get set }