SoundType

Push notification sound setting.

See also

Entries

Link copied to clipboard

Sound is played when notification arrives if AudioManager ringer mode is RINGER_MODE_NORMAL.

Link copied to clipboard

Sound is never played when notification arrives.

Link copied to clipboard

Sound is always played when notification arrives.

Properties

Link copied to clipboard
val value: Int

Functions

Link copied to clipboard
open fun fromInt(x: Int): SoundType
Link copied to clipboard
open fun valueOf(name: String): SoundType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
open fun values(): Array<SoundType>

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.