public class

NotificationManagerCompat.NotificationWithIdAndTag

extends java.lang.Object

 java.lang.Object

↳androidx.core.app.NotificationManagerCompat.NotificationWithIdAndTag

Overview

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

Summary

Constructors
publicNotificationWithIdAndTag(int id, Notification notification)

publicNotificationWithIdAndTag(java.lang.String tag, int id, Notification notification)

Methods
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public NotificationWithIdAndTag(java.lang.String tag, int id, Notification notification)

public NotificationWithIdAndTag(int id, Notification notification)