LauncherApps.PinItemRequest.Extras Property

Definition

Any extras sent by the requesting app.

public Android.OS.Bundle? Extras { [Android.Runtime.Register("getExtras", "()Landroid/os/Bundle;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getExtras", "()Landroid/os/Bundle;", "", ApiSince=26)>]
member this.Extras : Android.OS.Bundle

Property Value

For a shortcut request, this method always return null. For an AppWidget request, this method returns the extras passed to the android.appwidget.AppWidgetManager#requestPinAppWidget( ComponentName, Bundle, PendingIntent) API. See AppWidgetManager for details.

Attributes

Remarks

Any extras sent by the requesting app.

Java documentation for android.content.pm.LauncherApps.PinItemRequest.getExtras().

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