NotificationManagerCompat.NotificationWithIdAndTag


class NotificationManagerCompat.NotificationWithIdAndTag


Helper class which encapsulates a Notification, its id, and optionally a tag, for use when batch-posting a number of notifications.

Summary

Public constructors

NotificationWithIdAndTag(tag: String?, id: Int, notification: Notification)

Public constructors

NotificationWithIdAndTag

Added in 1.11.0
NotificationWithIdAndTag(id: Int, notification: Notification)

NotificationWithIdAndTag

Added in 1.11.0
NotificationWithIdAndTag(tag: String?, id: Int, notification: Notification)