Android.Appwidget.AppWidgetManager.OptionAppwidgetHostCategory Field
A bundle extra that hints to the AppWidgetProvider the category of host that owns this this widget.

Syntax

[Android.Runtime.Register("OPTION_APPWIDGET_HOST_CATEGORY")]
public const string OptionAppwidgetHostCategory

Remarks

A bundle extra that hints to the AppWidgetProvider the category of host that owns this this widget. Can have the value AppWidgetProviderInfo.WidgetCategoryHomeScreen or AppWidgetProviderInfo.WidgetCategoryKeyguard or AppWidgetProviderInfo.WidgetCategorySearchbox.

[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