NotificationInfo

class NotificationInfo @RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP]) constructor(val message: PushMessage, val notificationId: Int, val notificationTag: String?)(source)

Notification info.

Constructors

Link copied to clipboard
constructor(message: PushMessage, notificationId: Int, notificationTag: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The push message.

Link copied to clipboard

The notification's Id.

Link copied to clipboard

Returns the notification's tag.

Functions

Link copied to clipboard
open override fun toString(): String