MutedStatus

enum MutedStatus : Enum<MutedStatus>

Entries

Link copied to clipboard

0 -> All notifications are displayed

Link copied to clipboard

1 -> Only mentions are displayed (normal messages muted)

Link copied to clipboard

2 -> Only normal notifications are displayed (mentions are muted) -- legacy, not used

Link copied to clipboard

3 -> No notifications are displayed

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Functions

Link copied to clipboard
fun valueOf(value: String): MutedStatus

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
fun values(): Array<MutedStatus>

Returns an array containing the constants of this enum type, in the order they're declared.