Channel

class Channel(val id: String, val name: String, val importance: Int = NotificationManagerCompat.IMPORTANCE_DEFAULT)

Constructors

Link copied to clipboard
constructor(id: String, name: String, importance: Int = NotificationManagerCompat.IMPORTANCE_DEFAULT)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard