Android.Appwidget.AppWidgetHost.OnCreateView Method
Called to create the AppWidgetHostView.

Syntax

[Android.Runtime.Register("onCreateView", "(Landroid/content/Context;ILandroid/appwidget/AppWidgetProviderInfo;)Landroid/appwidget/AppWidgetHostView;", "GetOnCreateView_Landroid_content_Context_ILandroid_appwidget_AppWidgetProviderInfo_Handler")]
protected virtual AppWidgetHostView OnCreateView (Android.Content.Context context, int appWidgetId, AppWidgetProviderInfo appWidget)

Parameters

context
Documentation for this section has not yet been entered.
appWidgetId
Documentation for this section has not yet been entered.
appWidget
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Called to create the AppWidgetHostView. Override to return a custom subclass if you need it.

[Android Documentation]

Requirements

Namespace: Android.Appwidget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3