Android.Appwidget.AppWidgetHostView Members

The members of Android.Appwidget.AppWidgetHostView are listed below.

See Also: Inherited members from Android.Widget.FrameLayout

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Protected Properties

[read-only]
DefaultViewAndroid.Views.View. Inflate and return the default layout requested by AppWidget provider.
[read-only]
ErrorViewAndroid.Views.View. Inflate and return a view that represents an error state.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
GetDefaultPaddingForWidget(Android.Content.Context, Android.Content.ComponentName, Android.Graphics.Rect) : Android.Graphics.Rect
As of ICE_CREAM_SANDWICH we are automatically adding padding to widgets targeting ICE_CREAM_SANDWICH and higher.
SetAppWidget(int, AppWidgetProviderInfo)
Set the AppWidget that will be displayed by this view.
UpdateAppWidget(Android.Widget.RemoteViews)
Process a set of Android.Widget.RemoteViews coming in as an update from the AppWidget provider.
UpdateAppWidgetOptions(Android.OS.Bundle)
Specify some extra information for the widget provider.
UpdateAppWidgetSize(Android.OS.Bundle, int, int, int, int)
Provide guidance about the size of this widget to the AppWidgetManager.

Protected Methods

PrepareView(Android.Views.View)
Prepare the given view to be shown.