AppWidgetManager.ExtraAppwidgetOldIds Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An intent extra that contains multiple appWidgetIds.
[Android.Runtime.Register("EXTRA_APPWIDGET_OLD_IDS")]
public const string ExtraAppwidgetOldIds;
[<Android.Runtime.Register("EXTRA_APPWIDGET_OLD_IDS")>]
val mutable ExtraAppwidgetOldIds : string
Field Value
- Attributes
Remarks
An intent extra that contains multiple appWidgetIds. These are id values as they were provided to the application during a recent restore from backup. It is attached to the #ACTION_APPWIDGET_RESTORED
broadcast intent.
The value will be an int array that can be retrieved like this: {
Java documentation for android.appwidget.AppWidgetManager.EXTRA_APPWIDGET_OLD_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.