C# Class android.webkit.PluginList

Inheritance: java.lang.Object
Datei anzeigen Open project: JeroMiya/androidmono

Public Methods

Method Description
addPlugin ( android arg0 ) : void
clear ( ) : void
getList ( ) : global::java.util.List
pluginClicked ( android arg0, int arg1 ) : void
removePlugin ( android arg0 ) : void

Protected Methods

Method Description
PluginList ( global @__env )

Private Methods

Method Description
PluginList ( )

Method Details

PluginList() protected method

protected PluginList ( global @__env )
@__env global

addPlugin() public method

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

clear() public method

public clear ( ) : void
return void

getList() public method

public getList ( ) : global::java.util.List
return global::java.util.List

pluginClicked() public method

public pluginClicked ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void

removePlugin() public method

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