AlertArguments(String, String, String, String) Constructor

Definition

For internal use by the Xamarin.Forms platform.

public AlertArguments (string title, string message, string accept, string cancel);
new Xamarin.Forms.Internals.AlertArguments : string * string * string * string -> Xamarin.Forms.Internals.AlertArguments

Parameters

title
String

For internal use by the Xamarin.Forms platform.

message
String

For internal use by the Xamarin.Forms platform.

accept
String

For internal use by the Xamarin.Forms platform.

cancel
String

For internal use by the Xamarin.Forms platform.

Applies to