MediaNotificationContent

data class MediaNotificationContent(val contentTitle: String, val contentText: String? = null)

Deprecated

This class is deprecated. Use the notification interceptors instead.

Constructors

Link copied to clipboard
constructor(contentTitle: String, contentText: String? = null)

Properties

Link copied to clipboard
val contentText: String? = null
Link copied to clipboard