Package-level declarations

Types

Link copied to clipboard
class ApiVideoPlayerNotificationController constructor(context: Context, playerNotificationManager: PlayerNotificationManager, mediaSession: MediaSessionCompat = MediaSessionCompat(context, TAG))

The api.video player notification controller class.

Link copied to clipboard
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.