summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLGlobalProperty.h
blob: e719cd45c95b39f289dbb94a4ed9d4ad0585e931 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
//  SDLGlobalProperty.h
//


#import "SDLEnum.h"

/**
 * Properties of a user-initiated VR interaction (i.e. interactions started by the user pressing the PTT button). Used in RPCs related to ResetGlobalProperties
 *
 * @since SDL 1.0
 */
typedef SDLEnum SDLGlobalProperty SDL_SWIFT_ENUM;

/**
 * The help prompt to be spoken if the user needs assistance during a user-initiated interaction.
 */
extern SDLGlobalProperty const SDLGlobalPropertyHelpPrompt;

/**
 * The prompt to be spoken if the user-initiated interaction times out waiting for the user's verbal input.
 */
extern SDLGlobalProperty const SDLGlobalPropertyTimeoutPrompt;

/**
 * The title of the menu displayed when the user requests help via voice recognition.
 */
extern SDLGlobalProperty const SDLGlobalPropertyVoiceRecognitionHelpTitle;

/**
 * Items of the menu displayed when the user requests help via voice recognition.
 */
extern SDLGlobalProperty const SDLGlobalPropertyVoiceRecognitionHelpItems;

/**
 * The name of the menu button displayed in templates
 */
extern SDLGlobalProperty const SDLGlobalPropertyMenuName;

/**
 * An icon on the menu button displayed in templates
 */
extern SDLGlobalProperty const SDLGlobalPropertyMenuIcon;

/**
 * Property related to the keyboard
 */
extern SDLGlobalProperty const SDLGlobalPropertyKeyboard;