C# Class System.Html.NavigatorInstance

Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
GetUserMedia void
GetUserMedia void
NavigatorInstance System.Collections.TypedArrays

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
NavigatorInstance ( ) : System.Collections.TypedArrays

Method Details

JavaEnabled() public method

public JavaEnabled ( ) : bool
return bool

RegisterContentHandler() public method

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

RegisterProtocolHandler() public method

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

SendBeacon() public method

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

SendBeacon() public method

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

TaintEnabled() public method

public TaintEnabled ( ) : bool
return bool

Vibrate() public method

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