NotificationConfiguration

data class NotificationConfiguration(val id: Int, val smallIconResId: Int, val title: String, val text: String)

Constructors

Link copied to clipboard
constructor(id: Int, smallIconResId: Int, title: String, text: String)

Properties

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