Android.Appwidget.AppWidgetProviderInfo.WidgetCategory Property
Determines whether this widget can be displayed on the home screen, the keyguard, or both.

Syntax

[Android.Runtime.Register("widgetCategory")]
public AppWidgetCategory WidgetCategory { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Determines whether this widget can be displayed on the home screen, the keyguard, or both. A widget which is displayed on both needs to ensure that it follows the design guidelines for both widget classes. This can be achieved by querying the AppWidget options in its widget provider's update method.

This field corresponds to the widgetCategory attribute in the AppWidget meta-data file.

[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