C# 클래스 System.Html.NavigatorInstance

파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

Private Properties

프로퍼티 타입 설명
GetUserMedia void
GetUserMedia void
NavigatorInstance System.Collections.TypedArrays

공개 메소드들

메소드 설명
JavaEnabled ( ) : bool
RegisterContentHandler ( string mimeType, string url, string title ) : void
RegisterProtocolHandler ( string scheme, string url, string title ) : void
SendBeacon ( string url ) : bool
SendBeacon ( string url, TypeOption data ) : bool
TaintEnabled ( ) : bool
Vibrate ( int duration ) : bool

비공개 메소드들

메소드 설명
GetUserMedia ( MediaStreamOptions @params, Action onsuccess ) : void
GetUserMedia ( MediaStreamOptions @params, Action onsuccess, Action onerror ) : void
NavigatorInstance ( ) : System.Collections.TypedArrays

메소드 상세

JavaEnabled() 공개 메소드

public JavaEnabled ( ) : bool
리턴 bool

RegisterContentHandler() 공개 메소드

public RegisterContentHandler ( string mimeType, string url, string title ) : void
mimeType string
url string
title string
리턴 void

RegisterProtocolHandler() 공개 메소드

public RegisterProtocolHandler ( string scheme, string url, string title ) : void
scheme string
url string
title string
리턴 void

SendBeacon() 공개 메소드

public SendBeacon ( string url ) : bool
url string
리턴 bool

SendBeacon() 공개 메소드

public SendBeacon ( string url, TypeOption data ) : bool
url string
data TypeOption
리턴 bool

TaintEnabled() 공개 메소드

public TaintEnabled ( ) : bool
리턴 bool

Vibrate() 공개 메소드

public Vibrate ( int duration ) : bool
duration int
리턴 bool