NotificationLevel

enum NotificationLevel

User's notification level on a conversation.

Entries

MUTED
Link copied to clipboard

User will not receive notifications for the conversation.

DEFAULT
Link copied to clipboard

User will receive notifications for the conversation if joined, nothing if unjoined.

Functions

fromInt
Link copied to clipboard
open fun fromInt(value: Int): Conversation.NotificationLevel
valueOf
Link copied to clipboard
open fun valueOf(name: String): Conversation.NotificationLevel
values
Link copied to clipboard
open fun values(): Array<Conversation.NotificationLevel>

Properties

value
Link copied to clipboard
private val value: Int