UiMediaScope.KeyboardKind


Describes the kind of keyboard available.

Summary

Public companion properties

UiMediaScope.KeyboardKind

Indicates that no keyboard is currently available for input.

Cmn
UiMediaScope.KeyboardKind

Represents a physical hardware keyboard.

Cmn
UiMediaScope.KeyboardKind

Represents an on-screen virtual keyboard (IME).

Cmn

Public functions

open String
Cmn

Public companion properties

None

val NoneUiMediaScope.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.

Physical

val PhysicalUiMediaScope.KeyboardKind

Represents a physical hardware keyboard.

Virtual

val VirtualUiMediaScope.KeyboardKind

Represents an on-screen virtual keyboard (IME).

Public functions

toString

open fun toString(): String