MultipleStatesConfirmDialogShowAsync(String, String, MultipleStateConfirmDialogOptions, Boolean) Method

Shows the confirm dialog with the specified title and message.

Definition

Namespace: MobileTrack.Web.Components.Components
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public Task<MultipleStateResponse> ShowAsync(
	string title,
	string message1,
	MultipleStateConfirmDialogOptions? confirmDialogOptions = null,
	bool disableOption = false
)

Parameters

title  String
The title of the confirm dialog.
message1  String
The first message of the confirm dialog.
confirmDialogOptions  MultipleStateConfirmDialogOptions  (Optional)
The options for the confirm dialog.
disableOption  Boolean  (Optional)
Indicates whether the dialog's options are visible.

Return Value

TaskMultipleStateResponse
A task that represents the asynchronous operation. The task result contains the user's response.

See Also