NotificationStyle

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

smallIconResourceId

the small icon resource id

colorResourceId

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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard