C# Class android.appwidget.AppWidgetHost

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

Public Methods

Method Description
AppWidgetHost ( android arg0, int arg1 )
allocateAppWidgetId ( ) : int
createView ( android arg0, int arg1, android arg2 ) : global::android.appwidget.AppWidgetHostView
deleteAllHosts ( ) : void
deleteAppWidgetId ( int arg0 ) : void
deleteHost ( ) : void
startListening ( ) : void
stopListening ( ) : void

Protected Methods

Method Description
AppWidgetHost ( global @__env )
onCreateView ( android arg0, int arg1, android arg2 ) : global::android.appwidget.AppWidgetHostView
onProviderChanged ( int arg0, android arg1 ) : void

Private Methods

Method Description
AppWidgetHost ( )

Method Details

AppWidgetHost() public method

public AppWidgetHost ( android arg0, int arg1 )
arg0 android
arg1 int

AppWidgetHost() protected method

protected AppWidgetHost ( global @__env )
@__env global

allocateAppWidgetId() public method

public allocateAppWidgetId ( ) : int
return int

createView() public method

public createView ( android arg0, int arg1, android arg2 ) : global::android.appwidget.AppWidgetHostView
arg0 android
arg1 int
arg2 android
return global::android.appwidget.AppWidgetHostView

deleteAllHosts() public static method

public static deleteAllHosts ( ) : void
return void

deleteAppWidgetId() public method

public deleteAppWidgetId ( int arg0 ) : void
arg0 int
return void

deleteHost() public method

public deleteHost ( ) : void
return void

onCreateView() protected method

protected onCreateView ( android arg0, int arg1, android arg2 ) : global::android.appwidget.AppWidgetHostView
arg0 android
arg1 int
arg2 android
return global::android.appwidget.AppWidgetHostView

onProviderChanged() protected method

protected onProviderChanged ( int arg0, android arg1 ) : void
arg0 int
arg1 android
return void

startListening() public method

public startListening ( ) : void
return void

stopListening() public method

public stopListening ( ) : void
return void