BaseScreenRecorderService

constructor(notificationId: Int = DEFAULT_NOTIFICATION_ID, channelId: String = DEFAULT_NOTIFICATION_CHANNEL_ID, @StringRes channelNameResourceId: Int = R.string.default_channel_name, @StringRes channelDescriptionResourceId: Int = 0, @DrawableRes notificationIconResourceId: Int = R.drawable.ic_baseline_linked_camera_24)

Parameters

notificationId

the notification id a unique number

channelId

the notification channel id

channelNameResourceId

A string resource identifier for the user visible name of the notification channel.

channelDescriptionResourceId

A string resource identifier for the user visible description of the notification channel.

notificationIconResourceId

A drawable resource identifier for the user visible icon of the notification channel.