MediaNotificationVisuals

data class MediaNotificationVisuals(@DrawableRes val smallIcon: Int? = android.R.drawable.ic_media_play, val bannerBitmap: Bitmap? = null)

Deprecated

This class is deprecated. Use the notification interceptors instead.

Constructors

Link copied to clipboard
constructor(@DrawableRes smallIcon: Int? = android.R.drawable.ic_media_play, bannerBitmap: Bitmap? = null)

Properties

Link copied to clipboard
val bannerBitmap: Bitmap? = null
Link copied to clipboard