AppWidgetHost.CreateView(Context, Int32, AppWidgetProviderInfo) Method

Definition

Create the AppWidgetHostView for the given widget.

[Android.Runtime.Register("createView", "(Landroid/content/Context;ILandroid/appwidget/AppWidgetProviderInfo;)Landroid/appwidget/AppWidgetHostView;", "")]
public Android.Appwidget.AppWidgetHostView? CreateView (Android.Content.Context? context, int appWidgetId, Android.Appwidget.AppWidgetProviderInfo? appWidget);
[<Android.Runtime.Register("createView", "(Landroid/content/Context;ILandroid/appwidget/AppWidgetProviderInfo;)Landroid/appwidget/AppWidgetHostView;", "")>]
member this.CreateView : Android.Content.Context * int * Android.Appwidget.AppWidgetProviderInfo -> Android.Appwidget.AppWidgetHostView

Parameters

context
Context
appWidgetId
Int32

Returns

Attributes

Remarks

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

Java documentation for android.appwidget.AppWidgetHost.createView(android.content.Context, int, android.appwidget.AppWidgetProviderInfo).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to