LauncherApps.PinItemRequest.ShortcutInfo Property

Definition

ShortcutInfo sent by the requesting app.

public Android.Content.PM.ShortcutInfo? ShortcutInfo { [Android.Runtime.Register("getShortcutInfo", "()Landroid/content/pm/ShortcutInfo;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getShortcutInfo", "()Landroid/content/pm/ShortcutInfo;", "", ApiSince=26)>]
member this.ShortcutInfo : Android.Content.PM.ShortcutInfo

Property Value

requested ShortcutInfo when a request is of the #REQUEST_TYPE_SHORTCUT type. Null otherwise.

Attributes

Remarks

ShortcutInfo sent by the requesting app. Always non-null for a #REQUEST_TYPE_SHORTCUT request, and always null for a different request type.

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

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