summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLAppHMIType.m
blob: 8c06cb60f0d5c9dc600092ad5fa39716987ae473 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//  SDLAppHMIType.m
//


#import "SDLAppHMIType.h"

SDLAppHMIType const SDLAppHMITypeDefault = @"DEFAULT";
SDLAppHMIType const SDLAppHMITypeCommunication = @"COMMUNICATION";
SDLAppHMIType const SDLAppHMITypeMedia = @"MEDIA";
SDLAppHMIType const SDLAppHMITypeMessaging = @"MESSAGING";
SDLAppHMIType const SDLAppHMITypeNavigation = @"NAVIGATION";
SDLAppHMIType const SDLAppHMITypeInformation = @"INFORMATION";
SDLAppHMIType const SDLAppHMITypeSocial = @"SOCIAL";
SDLAppHMIType const SDLAppHMITypeBackgroundProcess = @"BACKGROUND_PROCESS";
SDLAppHMIType const SDLAppHMITypeTesting = @"TESTING";
SDLAppHMIType const SDLAppHMITypeSystem = @"SYSTEM";