C# 클래스 WebMarco.Frontend.PlatformImplemented.Android.SynchronousFrontendScriptInterface

상속: Java.Lang.Object
파일 보기 프로젝트 열기: vhnatyk/WebMarco.2.0 1 사용 예제들

공개 메소드들

메소드 설명
EvaluateScript ( BaseWebView webView, string expression ) : string

Evaluates the expression and returns the value.

SynchronousFrontendScriptInterface ( ) : Android.Content

비공개 메소드들

메소드 설명
SetValue ( Java value ) : void

메소드 상세

EvaluateScript() 공개 메소드

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

SynchronousFrontendScriptInterface() 공개 메소드

public SynchronousFrontendScriptInterface ( ) : Android.Content
리턴 Android.Content