Class

UiMediaScope.KeyboardKind

Describes the kind of keyboard available.

Source set: Common
@ExperimentalMediaQueryApi
    value class KeyboardKind private constructor(private val description: String)

Describes the kind of keyboard available.

Companion Object

Properties

Source set: Common
val Physical = KeyboardKind("Physical")

Represents a physical hardware keyboard.

Source set: Common
val Virtual = KeyboardKind("Virtual")

Represents an on-screen virtual keyboard (IME).

Source set: 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.

Last updated: