Message send by a Pixel to request the application to show a message to the user, and with optionally a required action.

Implements

Constructors

Properties

Constructors

Properties

cancel: boolean = false

Whether to display the Cancel button.

message: string = ""

Message to show to the user.

ok: boolean = false

Whether to display the OK button.

timeoutSec: number = 0

Timeout after which the die won't listen for an answer.

type: number = MessageTypeValues.notifyUser

Type of the message.

Generated using TypeDoc