library / dev.bmcreations.scrcast.config / ChannelConfig
ChannelConfig¶
data class ChannelConfig :Parcelable
An immutable data class representing configuration options for the notification channel of the recording notifications.
See Also
Constructors¶
| Name | Summary |
|---|---|
| <init> | An immutable data class representing configuration options for the notification channel of the recording notifications.ChannelConfig(id:String= "1337", name:String= "Recording Service", lightColor:Int= Color.BLUE, lockscreenVisibility:Int= Notification.VISIBILITY_PRIVATE) |
Properties¶
| Name | Summary |
|---|---|
| id | The unique identifier for the notification channelval id:String |
| lightColor | The LED color to used when this notification presents itselfval lightColor:Int |
| lockscreenVisibility | The visibility restrictions for the notifications in this channel.val lockscreenVisibility:Int |
| name | The name for the notification channelval name:String |