Android.Appwidget.AppWidgetHost.CreateView Method
Create the AppWidgetHostView for the given widget.

Syntax

[Android.Runtime.Register("createView", "(Landroid/content/Context;ILandroid/appwidget/AppWidgetProviderInfo;)Landroid/appwidget/AppWidgetHostView;", "")]
public AppWidgetHostView CreateView (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

Create the AppWidgetHostView for the given widget. The AppWidgetHost retains a pointer to the newly-created View.

[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