SDLSetDisplayLayoutResponse Class Reference

Section Contents

Overview

Response to SDLSetDisplayLayout

Since SmartDeviceLink 2.0

displayCapabilities

The display capabilities of the new template layout

Objective-C

@property (nonatomic, strong, nullable) SDLDisplayCapabilities *displayCapabilities;

Swift

var displayCapabilities: SDLDisplayCapabilities? { get set }

buttonCapabilities

The button capabilities of the new template layout

Objective-C

@property (nonatomic, strong, nullable) NSArray<SDLButtonCapabilities *> *buttonCapabilities;

Swift

var buttonCapabilities: [SDLButtonCapabilities]? { get set }

softButtonCapabilities

The soft button capabilities of the new template layout

Objective-C

@property (nonatomic, strong, nullable) NSArray<SDLSoftButtonCapabilities *> *softButtonCapabilities;

Swift

var softButtonCapabilities: [SDLSoftButtonCapabilities]? { get set }

presetBankCapabilities

The preset bank capabilities of the new template layout

Objective-C

@property (nonatomic, strong, nullable) SDLPresetBankCapabilities *presetBankCapabilities;

Swift

var presetBankCapabilities: SDLPresetBankCapabilities? { get set }