NotificationResult

class NotificationResult(val notificationTag: String, val notificationId: Int, val notification: Notification)

Result type for LiveUpdateResultCallbacks.

Constructors

Link copied to clipboard
constructor(notificationTag: String, notificationId: Int, notification: Notification)

Properties

Link copied to clipboard

The notification.

Link copied to clipboard

The notification ID.

Link copied to clipboard

The notification tag.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int