summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLGlobalProperty.m
blob: 00537847b8521bc2dc1f64660d4dadc14efc7a5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//  SDLGlobalProperty.m
//


#import "SDLGlobalProperty.h"

SDLGlobalProperty const SDLGlobalPropertyHelpPrompt = @"HELPPROMPT";
SDLGlobalProperty const SDLGlobalPropertyTimeoutPrompt = @"TIMEOUTPROMPT";
SDLGlobalProperty const SDLGlobalPropertyVoiceRecognitionHelpTitle = @"VRHELPTITLE";
SDLGlobalProperty const SDLGlobalPropertyVoiceRecognitionHelpItems = @"VRHELPITEMS";
SDLGlobalProperty const SDLGlobalPropertyMenuName = @"MENUNAME";
SDLGlobalProperty const SDLGlobalPropertyMenuIcon = @"MENUICON";
SDLGlobalProperty const SDLGlobalPropertyKeyboard = @"KEYBOARDPROPERTIES";