Notification

data class Notification(val title: String, val message: String, val type: Notification.Type = Type.Info, val category: Notification.Category = Category.Message, val contactKey: String? = null, val isSilent: Boolean = false, val group: String? = null, val id: Int? = null)(source)

Constructors

Link copied to clipboard
constructor(title: String, message: String, type: Notification.Type = Type.Info, category: Notification.Category = Category.Message, contactKey: String? = null, isSilent: Boolean = false, group: String? = null, id: Int? = null)

Types

Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard