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 |
Method | Description | |
---|---|---|
AppWidgetHost ( global @__env ) | ||
onCreateView ( android arg0, int arg1, android arg2 ) : global::android.appwidget.AppWidgetHostView | ||
onProviderChanged ( int arg0, android arg1 ) : void |
Method | Description | |
---|---|---|
AppWidgetHost ( ) |
public createView ( android arg0, int arg1, android arg2 ) : global::android.appwidget.AppWidgetHostView | ||
arg0 | android | |
arg1 | int | |
arg2 | android | |
return | global::android.appwidget.AppWidgetHostView |
protected onCreateView ( android arg0, int arg1, android arg2 ) : global::android.appwidget.AppWidgetHostView | ||
arg0 | android | |
arg1 | int | |
arg2 | android | |
return | global::android.appwidget.AppWidgetHostView |
protected onProviderChanged ( int arg0, android arg1 ) : void | ||
arg0 | int | |
arg1 | android | |
return | void |