InputMode



This value is used to represent the InputMode that the system is currently in.

Summary

Public companion properties

InputMode

The system is put into Keyboard mode when a user presses a hardware key.

Cmn
InputMode

The system is put into Touch mode when a user touches the screen.

Cmn

Public functions

open String
Cmn

Public companion properties

Keyboard

val KeyboardInputMode

The system is put into Keyboard mode when a user presses a hardware key.

Touch

val TouchInputMode

The system is put into Touch mode when a user touches the screen.

Public functions

toString

open fun toString(): String