ActivationArguments

external interface ActivationArguments(source)

Properties

Link copied to clipboard
abstract var actionIndex: Double?

For 'action' type, the index of the button that was clicked.

Link copied to clipboard
abstract var arguments: String

The raw activation arguments string from Windows.

Link copied to clipboard
abstract var reply: String?

For 'reply' type, the text the user entered in the reply field.

Link copied to clipboard
abstract var type: String

The type of activation that launched the app: 'click', 'action', or 'reply'.

Link copied to clipboard

A dictionary of all user inputs from the notification.