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, val deepLinkUri: String? = 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, deepLinkUri: String? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Optional deep-link URI invoked when the user taps the notification. Platform implementations are responsible for converting this into the appropriate intent / activation action. When null, tapping the notification has no effect.
Link copied to clipboard