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+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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