C# Class System.Html.Navigator

Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
GetUserMedia void
GetUserMedia void

Public Methods

Method Description
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

Private Methods

Method Description
GetUserMedia ( MediaStreamOptions @params, Action onsuccess ) : void
GetUserMedia ( MediaStreamOptions @params, Action onsuccess, Action onerror ) : void

Method Details

JavaEnabled() public static method

public static JavaEnabled ( ) : bool
return bool

RegisterContentHandler() public static method

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

RegisterProtocolHandler() public static method

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

SendBeacon() public static method

public static SendBeacon ( string url ) : bool
url string
return bool

SendBeacon() public static method

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

TaintEnabled() public static method

public static TaintEnabled ( ) : bool
return bool

Vibrate() public static method

public static Vibrate ( int duration ) : bool
duration int
return bool