messageToUser

abstract fun messageToUser(caption: UiString, message: UiString, okLabel: UiString = FixedString("OK"))

Present a message to the user.

Parameters

caption

The caption of the dialog.

message

The message to show.

okLabel

The label for the OK button of the dialog (default: OK)