ShortcutManager.IsRequestPinShortcutSupported Property

Definition

Return TRUE if the app is running on a device whose default launcher supports #requestPinShortcut(ShortcutInfo, IntentSender).

public virtual bool IsRequestPinShortcutSupported { [Android.Runtime.Register("isRequestPinShortcutSupported", "()Z", "GetIsRequestPinShortcutSupportedHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("isRequestPinShortcutSupported", "()Z", "GetIsRequestPinShortcutSupportedHandler", ApiSince=26)>]
member this.IsRequestPinShortcutSupported : bool

Property Value

Boolean
Attributes

Remarks

Java documentation for android.content.pm.ShortcutManager.isRequestPinShortcutSupported().

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