show_message_request_async
Description:
protected virtual async MessageActionItem?
show_message_request_async (
MessageType type,
string message,
MessageActionItem[] actions)
throws Error
Asks the user to select an action for a server-provided message.
Returns:
|
the selected action, or `null` if no action was selected
|