AppWidgetManager.OptionAppwidgetSizes Field

Definition

A bundle extra (List<SizeF>) that contains the list of possible sizes, in dips, a widget instance can take.

[Android.Runtime.Register("OPTION_APPWIDGET_SIZES", ApiSince=31)]
public const string OptionAppwidgetSizes;
[<Android.Runtime.Register("OPTION_APPWIDGET_SIZES", ApiSince=31)>]
val mutable OptionAppwidgetSizes : string

Field Value

Attributes

Remarks

A bundle extra (List<SizeF>) that contains the list of possible sizes, in dips, a widget instance can take.

Java documentation for android.appwidget.AppWidgetManager.OPTION_APPWIDGET_SIZES.

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