summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLGlobalProperty.m
blob: 410af9179f448d45de572241e97674deb664bd26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//  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";
SDLGlobalProperty const SDLGlobalPropertyUserLocation = @"USER_LOCATION";