Notification Style
data class NotificationStyle(@DrawableRes val smallIconResourceId: Int = R.drawable.ic_api_video, @ColorRes val colorResourceId: Int = R.color.primary_orange, val visibility: Int = NotificationCompat.VISIBILITY_PUBLIC)
The api.video player notification style.
Parameters
small Icon Resource Id
the small icon resource id
color Resource Id
the color resource id (only use for Android API <= 30)
visibility
the notification visibility
Constructors
Link copied to clipboard
constructor(@DrawableRes smallIconResourceId: Int = R.drawable.ic_api_video, @ColorRes colorResourceId: Int = R.color.primary_orange, visibility: Int = NotificationCompat.VISIBILITY_PUBLIC)