Common
@ExperimentalMediaQueryApi
value class KeyboardKind private constructor(private val description: String)
Describes the kind of keyboard available.
Companion Object
Properties
Common
val Physical = KeyboardKind("Physical")
Represents a physical hardware keyboard.
Common
val Virtual = KeyboardKind("Virtual")
Represents an on-screen virtual keyboard (IME).
Common
val None = KeyboardKind("None")
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.