AppleCriticalAlertOptions

constructor(volume: Double)

Constructor that builds an instance of this class using default value name=DEFAULT_NAME and given volume.

Since

3.0.161

Parameters

volume

the volume for this option. Should be a double between 0.0 - 1.0.


constructor(name: String = DEFAULT_NAME, volume: Double = DEFAULT_VOLUME)