LauncherApps.ExtraPinItemRequest 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 extra for #ACTION_CONFIRM_PIN_SHORTCUT
& #ACTION_CONFIRM_PIN_APPWIDGET
containing a PinItemRequest
of appropriate type asked to pin.
[Android.Runtime.Register("EXTRA_PIN_ITEM_REQUEST", ApiSince=26)]
public const string ExtraPinItemRequest;
[<Android.Runtime.Register("EXTRA_PIN_ITEM_REQUEST", ApiSince=26)>]
val mutable ExtraPinItemRequest : string
Field Value
- Attributes
Remarks
An extra for #ACTION_CONFIRM_PIN_SHORTCUT
& #ACTION_CONFIRM_PIN_APPWIDGET
containing a PinItemRequest
of appropriate type asked to pin.
A helper function #getPinItemRequest(Intent)
can be used instead of using this constant directly.
Java documentation for android.content.pm.LauncherApps.EXTRA_PIN_ITEM_REQUEST
.
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.