Header menu logo fable-electron-docs-api

NotificationResponse Type

Constructors

Constructor Description

NotificationResponse(actionIdentifier, date, identifier, userInfo, ?userText)

Full Usage: NotificationResponse(actionIdentifier, date, identifier, userInfo, ?userText)

Parameters:
    actionIdentifier : string - The identifier string of the action that the user selected.
    date : float - The delivery date of the notification.
    identifier : string - The unique identifier for this notification request.
    userInfo : Record<string, obj> - A dictionary of custom information associated with the notification.
    ?userText : string - The text entered or chosen by the user.

Returns: NotificationResponse
actionIdentifier : string

The identifier string of the action that the user selected.

date : float

The delivery date of the notification.

identifier : string

The unique identifier for this notification request.

userInfo : Record<string, obj>

A dictionary of custom information associated with the notification.

?userText : string

The text entered or chosen by the user.

Returns: NotificationResponse

Instance members

Instance member Description

this.actionIdentifier

Full Usage: this.actionIdentifier

The identifier string of the action that the user selected.

this.date

Full Usage: this.date

The delivery date of the notification.

this.identifier

Full Usage: this.identifier

The unique identifier for this notification request.

this.userInfo

Full Usage: this.userInfo

A dictionary of custom information associated with the notification.

this.userText

Full Usage: this.userText

The text entered or chosen by the user.

Type something to start searching.