Xamarin.Forms.Page.DisplayAlert Method
Presents an alert dialog to the application user with a single cancel button.

Syntax

public System.Threading.Tasks.Task DisplayAlert (string title, string message, string cancel)

Parameters

title
The title of the alert dialog.
message
The body text of the alert dialog.
cancel
Text to be displayed on the 'Cancel' button.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.2.0.0, 1.3.0.0