Share via


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
System.String

For internal use by the Xamarin.Forms platform.

message
System.String

For internal use by the Xamarin.Forms platform.

accept
System.String

For internal use by the Xamarin.Forms platform.

cancel
System.String

For internal use by the Xamarin.Forms platform.

Applies to