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 *)valuesParameters
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 airPlayPlaybackDiscussion
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 playbackStallThresholdDiscussion
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 *speechCloudConfigurationDiscussion
Configuration parameters for speech cloud engine
Declared In
XASettings.h
confidenceLevelThreshold
Speech acceptance/reject threshold level
@property double confidenceLevelThresholdDiscussion
Speech acceptance/reject threshold level
Declared In
XASettings.h
General Settings
performCustomActionOnTouch
Boolean to switch over to the development servers
@property (nonatomic) BOOL performCustomActionOnTouchDiscussion
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 disableInAppBrowserDiscussion
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 conservativeLoadDiscussion
Force loading of all resources before the ad is ready for playback.
Declared In
XASettings.h