summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSystemCapabilityType.h
blob: e8a177a41f9a0269bde756c00606cb2166bcb546 (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
//
//  SDLSystemCapabilityType.h
//  SmartDeviceLink-iOS
//
//  Created by Joel Fischer on 7/10/17.
//  Copyright © 2017 smartdevicelink. All rights reserved.
//

#import "SDLEnum.h"

/**
 The type of system capability to get more information on
 */
typedef SDLEnum SDLSystemCapabilityType SDL_SWIFT_ENUM;

/**
 @abstract NAVIGATION
 */
extern SDLSystemCapabilityType const SDLSystemCapabilityTypeNavigation;

/**
 @abstract PHONE_CALL
 */
extern SDLSystemCapabilityType const SDLSystemCapabilityTypePhoneCall;

/**
 @abstract VIDEO_STREAMING
 */
extern SDLSystemCapabilityType const SDLSystemCapabilityTypeVideoStreaming;