NotificationResponse

external interface NotificationResponse(source)

Properties

Link copied to clipboard
abstract var actionIdentifier: String

The identifier string of the action that the user selected.

Link copied to clipboard
abstract var date: Double

The delivery date of the notification.

Link copied to clipboard
abstract var identifier: String

The unique identifier for this notification request.

Link copied to clipboard

A dictionary of custom information associated with the notification.

Link copied to clipboard
abstract var userText: String?

The text entered or chosen by the user.