C# Class WebMarco.Frontend.PlatformImplemented.Android.SynchronousFrontendScriptInterface

Inheritance: Java.Lang.Object
Exibir arquivo Open project: vhnatyk/WebMarco.2.0 Class Usage Examples

Public Methods

Method Description
EvaluateScript ( BaseWebView webView, string expression ) : string

Evaluates the expression and returns the value.

SynchronousFrontendScriptInterface ( ) : Android.Content

Private Methods

Method Description
SetValue ( Java value ) : void

Method Details

EvaluateScript() public method

Evaluates the expression and returns the value.
public EvaluateScript ( BaseWebView webView, string expression ) : string
webView BaseWebView
expression string
return string

SynchronousFrontendScriptInterface() public method

public SynchronousFrontendScriptInterface ( ) : Android.Content
return Android.Content