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

Inheritance: Java.Lang.Object
Afficher le fichier Open project: vhnatyk/WebMarco.2.0 Class Usage Examples

Méthodes publiques

Méthode Description
EvaluateScript ( BaseWebView webView, string expression ) : string

Evaluates the expression and returns the value.

SynchronousFrontendScriptInterface ( ) : Android.Content

Private Methods

Méthode Description
SetValue ( Java value ) : void

Method Details

EvaluateScript() public méthode

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

SynchronousFrontendScriptInterface() public méthode

public SynchronousFrontendScriptInterface ( ) : Android.Content
Résultat Android.Content