The intensity or firmness of a cushion.
Constructs a newly allocated SDLMassageCushionFirmness object with cushion and firmness
- (nonnull instancetype)initWithMassageCushion:
                            (nonnull SDLMassageCushion)cushion
                                      firmness:(UInt8)firmness;init(massageCushion cushion: SDLMassageCushion, firmness: UInt8)The cushion type for a multi-contour massage seat
The firmness value for the multi-contour massage seat, MinValue: 0 MaxValue: 100
An instance of the SDLMassageCushionFirmness class
@abstract cushion of a multi-contour massage seat.
See
SDLMassageCushion@property (nonatomic, strong) SDLMassageCushion _Nonnull cushion;var cushion: SDLMassageCushion { get set }@abstract zone of a multi-contour massage seat.
Required, MinValue: 0 MaxValue: 100
@property (nonatomic, strong) NSNumber<SDLInt> *_Nonnull firmness;var firmness: NSNumber & SDLInt { get set }