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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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