KeyboardShortcutInfo.BaseCharacter Property

Definition

Returns the base character that, combined with the modifiers, triggers this shortcut.

public char BaseCharacter { [Android.Runtime.Register("getBaseCharacter", "()C", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getBaseCharacter", "()C", "", ApiSince=24)>]
member this.BaseCharacter : char

Property Value

Attributes

Remarks

Returns the base character that, combined with the modifiers, triggers this shortcut. If the keycode was set instead, returns Character#MIN_VALUE.

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

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