summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLRequestType.m
blob: ba3d2d91e7e7de944b72544ff068047fb0288b9b (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
//  SDLRequestType.m
//


#import "SDLRequestType.h"

SDLRequestType const SDLRequestTypeHTTP = @"HTTP";
SDLRequestType const SDLRequestTypeFileResume = @"FILE_RESUME";
SDLRequestType const SDLRequestTypeAuthenticationRequest = @"AUTH_REQUEST";
SDLRequestType const SDLRequestTypeAuthenticationChallenge = @"AUTH_CHALLENGE";
SDLRequestType const SDLRequestTypeAuthenticationAck = @"AUTH_ACK";
SDLRequestType const SDLRequestTypeProprietary = @"PROPRIETARY";
SDLRequestType const SDLRequestTypeQueryApps = @"QUERY_APPS";
SDLRequestType const SDLRequestTypeLaunchApp = @"LAUNCH_APP";
SDLRequestType const SDLRequestTypeLockScreenIconURL = @"LOCK_SCREEN_ICON_URL";
SDLRequestType const SDLRequestTypeTrafficMessageChannel = @"TRAFFIC_MESSAGE_CHANNEL";
SDLRequestType const SDLRequestTypeDriverProfile = @"DRIVER_PROFILE";
SDLRequestType const SDLRequestTypeVoiceSearch = @"VOICE_SEARCH";
SDLRequestType const SDLRequestTypeNavigation = @"NAVIGATION";
SDLRequestType const SDLRequestTypePhone = @"PHONE";
SDLRequestType const SDLRequestTypeClimate = @"CLIMATE";
SDLRequestType const SDLRequestTypeSettings = @"SETTINGS";
SDLRequestType const SDLRequestTypeVehicleDiagnostics = @"VEHICLE_DIAGNOSTICS";
SDLRequestType const SDLRequestTypeEmergency = @"EMERGENCY";
SDLRequestType const SDLRequestTypeMedia = @"MEDIA";
SDLRequestType const SDLRequestTypeFOTA = @"FOTA";