summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSoftButtonType.h
blob: b71268c827b9393b59ad2956686839092f7a965c (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
//  SDLSoftButtonType.h
//


#import "SDLEnum.h"

/**
 SoftButtonType (TEXT / IMAGE / BOTH)
 */
typedef SDLEnum SDLSoftButtonType NS_STRING_ENUM;

/**
 @abstract Text kind Softbutton
 */
extern SDLSoftButtonType const SDLSoftButtonTypeText;

/**
 @abstract Image kind Softbutton
 */
extern SDLSoftButtonType const SDLSoftButtonTypeImage;

/**
 @abstract Both (Text & Image) kind Softbutton
 */
extern SDLSoftButtonType const SDLSoftButtonTypeBoth;