Android.Views.KeyEvent.Characters Property
For the special case of a KeyEvent.ACTION_MULTIPLE event with key code of KeyEvent.KEYCODE_UNKNOWN, this is a raw string of characters associated with the event.

Syntax

[get: Android.Runtime.Register("getCharacters", "()Ljava/lang/String;", "GetGetCharactersHandler")]
public string Characters { get; }

Value

Documentation for this section has not yet been entered.

Remarks

For the special case of a KeyEvent.ACTION_MULTIPLE event with key code of KeyEvent.KEYCODE_UNKNOWN, this is a raw string of characters associated with the event. In all other cases it is null.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3