KeyEvent.Flags Property

Definition

Returns the flags for this key event.

public Android.Views.KeyEventFlags Flags { [Android.Runtime.Register("getFlags", "()I", "")] get; }
[<get: Android.Runtime.Register("getFlags", "()I", "")>]
member this.Flags : Android.Views.KeyEventFlags

Property Value

Attributes

Remarks

Returns the flags for this key event.

Java documentation for android.view.KeyEvent.getFlags().

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