AppWidgetManager.ExtraCustomExtras 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 to pass to the AppWidget picker containing a java.util.List
of
android.os.Bundle
objects to mix in to the list of AppWidgets that are
installed.
[Android.Runtime.Register("EXTRA_CUSTOM_EXTRAS")]
public const string ExtraCustomExtras;
[<Android.Runtime.Register("EXTRA_CUSTOM_EXTRAS")>]
val mutable ExtraCustomExtras : string
Field Value
- Attributes
Remarks
An intent extra to pass to the AppWidget picker containing a java.util.List
of android.os.Bundle
objects to mix in to the list of AppWidgets that are installed. It will be added to the extras object on the android.content.Intent
that is returned from the picker activity.
{
Java documentation for android.appwidget.AppWidgetManager.EXTRA_CUSTOM_EXTRAS
.
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.