C# Class System.Html.NavigatorInstance

Afficher le fichier Open project: Saltarelle/SaltarelleWeb

Private Properties

Свойство Type Description
GetUserMedia void
GetUserMedia void
NavigatorInstance System.Collections.TypedArrays

Méthodes publiques

Méthode 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

Méthode Description
GetUserMedia ( MediaStreamOptions @params, Action onsuccess ) : void
GetUserMedia ( MediaStreamOptions @params, Action onsuccess, Action onerror ) : void
NavigatorInstance ( ) : System.Collections.TypedArrays

Method Details

JavaEnabled() public méthode

public JavaEnabled ( ) : bool
Résultat bool

RegisterContentHandler() public méthode

public RegisterContentHandler ( string mimeType, string url, string title ) : void
mimeType string
url string
title string
Résultat void

RegisterProtocolHandler() public méthode

public RegisterProtocolHandler ( string scheme, string url, string title ) : void
scheme string
url string
title string
Résultat void

SendBeacon() public méthode

public SendBeacon ( string url ) : bool
url string
Résultat bool

SendBeacon() public méthode

public SendBeacon ( string url, TypeOption data ) : bool
url string
data TypeOption
Résultat bool

TaintEnabled() public méthode

public TaintEnabled ( ) : bool
Résultat bool

Vibrate() public méthode

public Vibrate ( int duration ) : bool
duration int
Résultat bool