summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLGlobalProperty.h
blob: 436425f9313b9af7d4e3e5a2613da1384bd9af05 (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
//  SDLGlobalProperty.h
//


#import "SDLEnum.h"

/**
 * Properties of a user-initiated VR interaction (i.e. interactions started by the user pressing the PTT button).
 *
 * @since SDL 1.0
 */
typedef SDLEnum SDLGlobalProperty NS_EXTENSIBLE_STRING_ENUM;

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

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

extern SDLGlobalProperty const SDLGlobalPropertyVrHelpTitle;

extern SDLGlobalProperty const SDLGlobalPropertyVrHelpItems;

extern SDLGlobalProperty const SDLGlobalPropertyMenuName;

extern SDLGlobalProperty const SDLGlobalPropertyMenuIcon;

extern SDLGlobalProperty const SDLGlobalPropertyKeyboardProperties;