summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLPresetBankCapabilities.h
blob: 9242bddbd699eb684637ea4227d4b7ecb1ac0ce1 (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
//  SDLPresetBankCapabilities.h
//


#import "SDLRPCMessage.h"

/**
 * Contains information about on-screen preset capabilities.
 *
 * @since SDL 2.0
 */

NS_ASSUME_NONNULL_BEGIN

@interface SDLPresetBankCapabilities : SDLRPCStruct

/**
 * @abstract If Onscreen custom presets are available.
 *
 * Required, Boolean
 */
@property (strong, nonatomic) NSNumber<SDLBool> *onScreenPresetsAvailable;

@end

NS_ASSUME_NONNULL_END