Android.Appwidget.AppWidgetProviderInfo.WidgetCategoryHomeScreen Field
Indicates that the widget can be displayed on the home screen.

Value: 1

Syntax

[Android.Runtime.Register("WIDGET_CATEGORY_HOME_SCREEN")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Appwidget.AppWidgetCategory enum directly instead of this field.")]
public const AppWidgetCategory WidgetCategoryHomeScreen

Remarks

Indicates that the widget can be displayed on the home screen. This is the default value.

[Android Documentation]

Requirements

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