NotificationContent

data class NotificationContent(val isSilent: Boolean, val shouldAutoCancel: Boolean?, val title: String, val onNotificationPressIntent: PendingIntent?, val notificationAction: List<NotificationCompat.Action>)

Constructors

Link copied to clipboard
constructor(isSilent: Boolean, shouldAutoCancel: Boolean?, title: String, onNotificationPressIntent: PendingIntent?, notificationAction: List<NotificationCompat.Action>)

Types

Link copied to clipboard
object Companion

Properties

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