Android.Resource.Attribute.WidgetCategory Field
Optional parameter which indicates where this widget can be shown, ie. home screen, keyguard or both. resized.

Value: 16843716

Syntax

[Android.Runtime.Register("widgetCategory")]
public const int WidgetCategory

Remarks

Optional parameter which indicates where this widget can be shown, ie. home screen, keyguard or both. resized. Supports combined values using | operator.

May be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.
ConstantValueDescription
home_screen0x1
keyguard0x2

May be one or more (separated by '|') of the following constant values.

[Android Documentation]

Requirements

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