MediaNotificationConfig

data class MediaNotificationConfig(val mediaNotificationContent: MediaNotificationContent, val mediaNotificationVisuals: MediaNotificationVisuals, val contentIntent: PendingIntent?)

Deprecated

This class is deprecated. Use the notification interceptors instead.

Constructors

Link copied to clipboard
constructor(mediaNotificationContent: MediaNotificationContent, mediaNotificationVisuals: MediaNotificationVisuals, contentIntent: PendingIntent?)