KeyboardShortcutInfo.Modifiers Property

Definition

Returns the set of modifiers that, combined with the key, trigger this shortcut.

public Android.Views.MetaKeyStates Modifiers { [Android.Runtime.Register("getModifiers", "()I", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getModifiers", "()I", "", ApiSince=24)>]
member this.Modifiers : Android.Views.MetaKeyStates

Property Value

MetaKeyStates
Attributes

Remarks

Java documentation for android.view.KeyboardShortcutInfo.getModifiers().

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