library / dev.bmcreations.scrcast.config / NotificationConfig / <init>
<init>¶
NotificationConfig(title:
String
= "Recording screen", description:
String
= "", icon:
Bitmap
? = null, id:
Int
= 101, showStop:
Boolean
= false, showPause:
Boolean
= false, showTimer:
Boolean
= false, useMediaStyle:
Boolean
= false, @ColorRes accentColor:
Int
= R.color.recorder_notification_background, colorAsBackground:
Boolean
= true, channel:
ChannelConfig
= ChannelConfig())
An immutable data class representing configuration options for the notification presented from the foreground service.