Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
iOS Documentation
SDLMassageModeData

SDLMassageModeData Class Reference

Section Contents

Overview

Specify the mode of a massage zone.

-initWithMassageMode:massageZone:

@abstract Constructs a newly allocated SDLMassageModeData object with massageMode and massageZone

Objective-C

- (nonnull instancetype)initWithMassageMode:(nonnull SDLMassageMode)massageMode
                                massageZone:(nonnull SDLMassageZone)massageZone;

Swift

init(massageMode: SDLMassageMode, massageZone: SDLMassageZone)

massageMode

@abstract mode of a massage zone

See

SDLMassageMode

Objective-C

@property (nonatomic, strong) SDLMassageMode _Nonnull massageMode;

Swift

var massageMode: SDLMassageMode { get set }

massageZone

@abstract zone of a multi-contour massage seat.

See

SDLMassageZone

Objective-C

@property (nonatomic, strong) SDLMassageZone _Nonnull massageZone;

Swift

var massageZone: SDLMassageZone { get set }
View on GitHub.com
Previous Section Next Section