NotificationLevel

enum NotificationLevel

User's notification level on a conversation.

Entries

Link copied to clipboard

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

Link copied to clipboard

User will not receive notifications for the conversation.

Functions

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

Properties

Link copied to clipboard
val value: Int