summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLAppServiceType.h
blob: 920f5109be42e7f3941af8e5af243de18a653bc7 (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
//
//  SDLAppServiceType.h
//  SmartDeviceLink
//
//  Created by Nicole on 1/25/19.
//  Copyright © 2019 smartdevicelink. All rights reserved.
//

#import "SDLEnum.h"

/**
 * Enumeration listing possible app service types.
 */
typedef SDLEnum SDLAppServiceType SDL_SWIFT_ENUM;

/**
 * The app will have a service type of media.
 */
extern SDLAppServiceType const SDLAppServiceTypeMedia;

/**
 * The app will have a service type of weather.
 */
extern SDLAppServiceType const SDLAppServiceTypeWeather;

/**
 * The app will have a service type of navigation.
 */
extern SDLAppServiceType const SDLAppServiceTypeNavigation;