LauncherApps.GetPinItemRequest(Intent) Method
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.
A helper method to extract a PinItemRequest
set to
the #EXTRA_PIN_ITEM_REQUEST
extra.
[Android.Runtime.Register("getPinItemRequest", "(Landroid/content/Intent;)Landroid/content/pm/LauncherApps$PinItemRequest;", "GetGetPinItemRequest_Landroid_content_Intent_Handler", ApiSince=26)]
public virtual Android.Content.PM.LauncherApps.PinItemRequest? GetPinItemRequest (Android.Content.Intent? intent);
[<Android.Runtime.Register("getPinItemRequest", "(Landroid/content/Intent;)Landroid/content/pm/LauncherApps$PinItemRequest;", "GetGetPinItemRequest_Landroid_content_Intent_Handler", ApiSince=26)>]
abstract member GetPinItemRequest : Android.Content.Intent -> Android.Content.PM.LauncherApps.PinItemRequest
override this.GetPinItemRequest : Android.Content.Intent -> Android.Content.PM.LauncherApps.PinItemRequest
Parameters
- intent
- Intent
Returns
- Attributes
Remarks
Java documentation for android.content.pm.LauncherApps.getPinItemRequest(android.content.Intent)
.
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.