C# Class android.webkit.GeolocationPermissions

Inheritance: java.lang.Object
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
allow ( java arg0 ) : void
clear ( java arg0 ) : void
clearAll ( ) : void
getAllowed ( java arg0, android arg1 ) : void
getAllowed ( java arg0, global arg1 ) : void
getInstance ( ) : global::android.webkit.GeolocationPermissions
getOrigins ( android arg0 ) : void
getOrigins ( global arg0 ) : void

Private Methods

Method Description
GeolocationPermissions ( )
GeolocationPermissions ( global @__env )

Method Details

allow() public method

public allow ( java arg0 ) : void
arg0 java
return void

clear() public method

public clear ( java arg0 ) : void
arg0 java
return void

clearAll() public method

public clearAll ( ) : void
return void

getAllowed() public method

public getAllowed ( java arg0, android arg1 ) : void
arg0 java
arg1 android
return void

getAllowed() public method

public getAllowed ( java arg0, global arg1 ) : void
arg0 java
arg1 global
return void

getInstance() public static method

public static getInstance ( ) : global::android.webkit.GeolocationPermissions
return global::android.webkit.GeolocationPermissions

getOrigins() public method

public getOrigins ( android arg0 ) : void
arg0 android
return void

getOrigins() public method

public getOrigins ( global arg0 ) : void
arg0 global
return void