EvaluateJavaScriptDelegate Delegate

Definition

For internal use by the Xamarin.Forms platform.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public delegate System.Threading.Tasks.Task<string> EvaluateJavaScriptDelegate(string script);
type EvaluateJavaScriptDelegate = delegate of string -> Task<string>

Parameters

script
System.String

For internal use by the Xamarin.Forms platform.

Return Value

System.Threading.Tasks.Task<System.String>

For internal use by the Xamarin.Forms platform.

Attributes
System.ComponentModel.EditorBrowsableAttribute

Applies to