SDLSetGlobalProperties Class Reference

Section Contents

Overview

Sets value(s) for the specified global property(ies)

Function Group: Base

HMILevel needs to be FULL, LIMITED or BACKGROUND

Since SmartDeviceLink 1.0 See SDLResetGlobalProperties

-init

@abstract Constructs a new SDLSetGlobalProperties object

Objective-C

- (instancetype)init;

Swift

init!()

-initWithDictionary:

@abstract Constructs a new SDLSetGlobalProperties object indicated by the NSMutableDictionary parameter - parameter: dict The dictionary to use

Objective-C

- (instancetype)initWithDictionary:(NSMutableDictionary *)dict;

Swift

init!(dictionary dict: NSMutableDictionary!)

Parameters

dict

The dictionary to use

-initWithHelpText:timeoutText:

Undocumented

Objective-C

@interface SDLSetGlobalProperties : SDLRPCRequest

-initWithHelpText:timeoutText:vrHelpTitle:vrHelp:

Undocumented

Objective-C

@interface SDLSetGlobalProperties : SDLRPCRequest

-initWithHelpText:timeoutText:vrHelpTitle:vrHelp:menuTitle:menuIcon:keyboardProperties:

Undocumented

Objective-C

@interface SDLSetGlobalProperties : SDLRPCRequest

helpPrompt

@abstract Sets a Vector for Help Prompt that Array of one or more TTSChunk elements specifying the help prompt used in an interaction started by PTT @discussion helpPrompt a Vector of one or more TTSChunk elements

Notes:

Objective-C

@property (readwrite, strong, atomic) NSMutableArray *helpPrompt;

Swift

var helpPrompt: NSMutableArray! { get set }

timeoutPrompt

@abstract A Vector for Timeout Prompt representing Array of one or more TTSChunk elements specifying the help prompt used in an interaction started by PTT

Objective-C

@property (readwrite, strong, atomic) NSMutableArray *timeoutPrompt;

Swift

var timeoutPrompt: NSMutableArray! { get set }

vrHelpTitle

@abstract Sets a voice recognition Help Title

@discussion A String value representing a voice recognition Help Title

Notes:

@since SmartDeviceLink 2.0

Objective-C

@property (readwrite, strong, atomic) NSString *vrHelpTitle;

Swift

var vrHelpTitle: String! { get set }

vrHelp

@abstract Sets the items listed in the VR help screen used in an interaction started by PTT

@discussion A Vector value representing items listed in the VR help screen used in an interaction started by PTT

Notes:

@since SmartDeviceLink 2.0

Objective-C

@property (readwrite, strong, atomic) NSMutableArray *vrHelp;

Swift

var vrHelp: NSMutableArray! { get set }

menuTitle

Undocumented

Objective-C

@interface SDLSetGlobalProperties : SDLRPCRequest

menuIcon

Undocumented

Objective-C

@interface SDLSetGlobalProperties : SDLRPCRequest

keyboardProperties

Undocumented

Objective-C

@interface SDLSetGlobalProperties : SDLRPCRequest