AppleCriticalAlertOptions

class AppleCriticalAlertOptions @JvmOverloads constructor(val name: String = DEFAULT_NAME, val volume: Double = DEFAULT_VOLUME)

A class that can be used to send apple's critical alert.

Since

3.0.161

Constructors

Link copied to clipboard
constructor(volume: Double)

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

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerializedName(value = "name")
val name: String
Link copied to clipboard
@SerializedName(value = "volume")
val volume: Double

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun toJson(): JsonObject
Link copied to clipboard
open override fun toString(): String