ShortcutInfo.HasKeyFieldsOnly Property

Definition

Return whether a shortcut only contains "key" information only or not.

public bool HasKeyFieldsOnly { [Android.Runtime.Register("hasKeyFieldsOnly", "()Z", "", ApiSince=25)] get; }
[<get: Android.Runtime.Register("hasKeyFieldsOnly", "()Z", "", ApiSince=25)>]
member this.HasKeyFieldsOnly : bool

Property Value

Boolean
Attributes

Remarks

Java documentation for android.content.pm.ShortcutInfo.hasKeyFieldsOnly().

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