summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLVehicleDataNotificationStatus.m
blob: 6e3d75020b916f5ee4e153b198860390bbf3a59a (plain)
1
2
3
4
5
6
7
8
9
10
//  SDLVehicleDataNotificationStatus.m
//


#import "SDLVehicleDataNotificationStatus.h"

SDLVehicleDataNotificationStatus const SDLVehicleDataNotificationStatusNotSupported = @"NOT_SUPPORTED";
SDLVehicleDataNotificationStatus const SDLVehicleDataNotificationStatusNormal = @"NORMAL";
SDLVehicleDataNotificationStatus const SDLVehicleDataNotificationStatusActive = @"ACTIVE";
SDLVehicleDataNotificationStatus const SDLVehicleDataNotificationStatusNotUsed = @"NOT_USED";