summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLVehicleDataNotificationStatus.h
blob: 7335759dc97bf6e36614f2aa15bd267319b81da4 (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
30
31
32
//  SDLVehicleDataNotificationStatus.h
//


#import "SDLEnum.h"

/**
 * Reflects the status of a vehicle data notification.
 *
 * @since SDL 2.0
 */
typedef SDLEnum SDLVehicleDataNotificationStatus SDL_SWIFT_ENUM;

/**
 * @abstract SDLVehicleDataNotificationStatus: *NOT_SUPPORTED*
 */
extern SDLVehicleDataNotificationStatus const SDLVehicleDataNotificationStatusNotSupported;

/**
 @abstract SDLVehicleDataNotificationStatus: *NORMAL*
 */
extern SDLVehicleDataNotificationStatus const SDLVehicleDataNotificationStatusNormal;

/**
 @abstract SDLVehicleDataNotificationStatus: *ACTIVE*
 */
extern SDLVehicleDataNotificationStatus const SDLVehicleDataNotificationStatusActive;

/**
 @abstract SDLVehicleDataNotificationStatus: *NOT_USED*
 */
extern SDLVehicleDataNotificationStatus const SDLVehicleDataNotificationStatusNotUsed;