showInformationMessageAsync

Show an information message to users. Optionally provide an array of items which will be presented as clickable buttons.

Parameters

message

The message to show.

items

A set of items that will be rendered as actions in the message.


Show an information message to users. Optionally provide an array of items which will be presented as clickable buttons.

Parameters

message

The message to show.

options

Configures the behaviour of the message.

items

A set of items that will be rendered as actions in the message.


fun <T : MessageItem> showInformationMessageAsync(message: String, vararg items: T): PromiseLike<T?>(source)

Show an information message.

Parameters

message

The message to show.

items

A set of items that will be rendered as actions in the message.

See also

showInformationMessage

window.showInformationMessage


fun <T : MessageItem> showInformationMessageAsync(message: String, options: MessageOptions, vararg items: T): PromiseLike<T?>(source)

Show an information message.

Parameters

message

The message to show.

options

Configures the behaviour of the message.

items

A set of items that will be rendered as actions in the message.

See also

showInformationMessage

window.showInformationMessage