AppWidgetManager.ExtraAppwidgetIds Field

Definition

An intent extra that contains multiple appWidgetIds.

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

Field Value

Attributes

Remarks

An intent extra that contains multiple appWidgetIds.

The value will be an int array that can be retrieved like this: {

Java documentation for android.appwidget.AppWidgetManager.EXTRA_APPWIDGET_IDS.

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