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>)