AppWidgetManager.ExtraAppwidgetOptions Field

Definition

An intent extra which points to a bundle of extra information for a particular widget id.

[Android.Runtime.Register("EXTRA_APPWIDGET_OPTIONS")]
public const string ExtraAppwidgetOptions;
[<Android.Runtime.Register("EXTRA_APPWIDGET_OPTIONS")>]
val mutable ExtraAppwidgetOptions : string

Field Value

Attributes

Remarks

An intent extra which points to a bundle of extra information for a particular widget id. In particular this bundle can contain #OPTION_APPWIDGET_MIN_WIDTH, #OPTION_APPWIDGET_MIN_HEIGHT, #OPTION_APPWIDGET_MAX_WIDTH, #OPTION_APPWIDGET_MAX_HEIGHT.

Java documentation for android.appwidget.AppWidgetManager.EXTRA_APPWIDGET_OPTIONS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to