Class WebViewRunJavaScriptResult
This class contains the information retrieved when RunJavaScript(String, EventCallback<WebViewRunJavaScriptResult>) operation is completed.
Inheritance
System.Object
WebViewRunJavaScriptResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public class WebViewRunJavaScriptResult
Properties
Result
The result returned on completing js code.
Declaration
public string Result { get; }
Property Value
Type | Description |
---|---|
System.String |