C# 클래스 System.Html.Navigator

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

Private Properties

프로퍼티 타입 설명
GetUserMedia void
GetUserMedia void

공개 메소드들

메소드 설명
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

메소드 상세

JavaEnabled() 공개 정적인 메소드

public static JavaEnabled ( ) : bool
리턴 bool

RegisterContentHandler() 공개 정적인 메소드

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

RegisterProtocolHandler() 공개 정적인 메소드

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

SendBeacon() 공개 정적인 메소드

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

SendBeacon() 공개 정적인 메소드

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

TaintEnabled() 공개 정적인 메소드

public static TaintEnabled ( ) : bool
리턴 bool

Vibrate() 공개 정적인 메소드

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