Source set: Common
public class KeyboardKind private constructor(private val value: Int)
Describes the kind of keyboard available.
Members
Companion
Source set: Common
public companion object
Properties
Physical
Source set: Common
public val Physical: KeyboardKind
Represents a physical hardware keyboard.
Virtual
Source set: Common
public val Virtual: KeyboardKind
Represents an on-screen virtual keyboard (IME).
None
Source set: Common
public val None: KeyboardKind
Indicates that no keyboard is currently available for input.
This state occurs when no physical keyboard is connected to the device, and the on-screen software keyboard (IME) is currently hidden or closed.