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
SDLMassageCushionFirmness

SDLMassageCushionFirmness Class Reference

Section Contents

Overview

The intensity or firmness of a cushion.

-initWithMassageCushion:firmness:

Constructs a newly allocated SDLMassageCushionFirmness object with cushion and firmness

Objective-C

- (nonnull instancetype)initWithMassageCushion:
                            (nonnull SDLMassageCushion)cushion
                                      firmness:(UInt8)firmness;

Swift

init(massageCushion cushion: SDLMassageCushion, firmness: UInt8)

Parameters

cushion

The cushion type for a multi-contour massage seat

firmness

The firmness value for the multi-contour massage seat, MinValue: 0 MaxValue: 100

Return Value

An instance of the SDLMassageCushionFirmness class

cushion

@abstract cushion of a multi-contour massage seat.

See

SDLMassageCushion

Objective-C

@property (nonatomic, strong) SDLMassageCushion _Nonnull cushion;

Swift

var cushion: SDLMassageCushion { get set }

firmness

@abstract zone of a multi-contour massage seat.

Required, MinValue: 0 MaxValue: 100

Objective-C

@property (nonatomic, strong) NSNumber<SDLInt> *_Nonnull firmness;

Swift

var firmness: NSNumber & SDLInt { get set }
View on GitHub.com
Previous Section Next Section