Toolbox
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
Toolbox
service
/
com.michaelflisar.toolbox.service
/
ServiceSetup
/
Channel
Channel
class
Channel
(
val
id
:
String
,
val
name
:
String
,
val
importance
:
Int
=
NotificationManagerCompat.IMPORTANCE_DEFAULT
)
Members
Constructors
Channel
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
importance
:
Int
=
NotificationManagerCompat.IMPORTANCE_DEFAULT
)
Properties
id
Link copied to clipboard
val
id
:
String
importance
Link copied to clipboard
val
importance
:
Int
name
Link copied to clipboard
val
name
:
String