XASettings Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NSCoding |
Declared in | XASettings.h |
Other Methods
+ settingsWith:
Generate the settings from a dictionary
+ (XASettings *)settingsWith:(NSDictionary *)values
Parameters
values |
Dictionary |
---|
Return Value
New settings with values from the dictionary.
Discussion
Generate the settings from a dictionary
Declared In
XASettings.h
Bluetooth Settings
airPlayPlayback
Boolean to disable all playback over AirPlay
@property (nonatomic) BOOL airPlayPlayback
Discussion
Boolean to disable all playback over AirPlay
Declared In
XASettings.h
Playback Settings
playbackStallThreshold
Threshold to cancel playback if the audio progress stalls.
@property (nonatomic) NSTimeInterval playbackStallThreshold
Discussion
Threshold to cancel playback if the audio progress stalls.
Declared In
XASettings.h
XVR Settings
speechCloudConfiguration
Configuration parameters for speech cloud engine
@property (nonatomic, strong) NSDictionary *speechCloudConfiguration
Discussion
Configuration parameters for speech cloud engine
Declared In
XASettings.h
confidenceLevelThreshold
Speech acceptance/reject threshold level
@property double confidenceLevelThreshold
Discussion
Speech acceptance/reject threshold level
Declared In
XASettings.h
General Settings
performCustomActionOnTouch
Boolean to switch over to the development servers
@property (nonatomic) BOOL performCustomActionOnTouch
Discussion
Boolean to switch over to the development servers
Declared In
XASettings.h
disableInAppBrowser
When a touch occurs, perform the custom action workflow
@property (nonatomic) BOOL disableInAppBrowser
Discussion
When a touch occurs, perform the custom action workflow
Declared In
XASettings.h
conservativeLoad
Force loading of all resources before the ad is ready for playback.
@property (nonatomic) BOOL conservativeLoad
Discussion
Force loading of all resources before the ad is ready for playback.
Declared In
XASettings.h