AppWidgetHost.OnCreateView(Context, Int32, AppWidgetProviderInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called to create the AppWidgetHostView.
[Android.Runtime.Register("onCreateView", "(Landroid/content/Context;ILandroid/appwidget/AppWidgetProviderInfo;)Landroid/appwidget/AppWidgetHostView;", "GetOnCreateView_Landroid_content_Context_ILandroid_appwidget_AppWidgetProviderInfo_Handler")]
protected virtual Android.Appwidget.AppWidgetHostView? OnCreateView (Android.Content.Context? context, int appWidgetId, Android.Appwidget.AppWidgetProviderInfo? appWidget);
[<Android.Runtime.Register("onCreateView", "(Landroid/content/Context;ILandroid/appwidget/AppWidgetProviderInfo;)Landroid/appwidget/AppWidgetHostView;", "GetOnCreateView_Landroid_content_Context_ILandroid_appwidget_AppWidgetProviderInfo_Handler")>]
abstract member OnCreateView : Android.Content.Context * int * Android.Appwidget.AppWidgetProviderInfo -> Android.Appwidget.AppWidgetHostView
override this.OnCreateView : Android.Content.Context * int * Android.Appwidget.AppWidgetProviderInfo -> Android.Appwidget.AppWidgetHostView
Parameters
- context
- Context
- appWidgetId
- Int32
- appWidget
- AppWidgetProviderInfo
Returns
- Attributes
Remarks
Called to create the AppWidgetHostView. Override to return a custom subclass if you need it. {
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.