Interface

InputModeManager

The InputModeManager is accessible as a CompositionLocal, that provides the current InputMode.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
interface InputModeManager

The InputModeManager is accessible as a CompositionLocal, that provides the current InputMode.

Properties

Common
val inputMode: InputMode

The current InputMode.

Functions

requestInputMode

fun requestInputMode(inputMode: InputMode): Boolean

Send a request to change the InputMode.

Parameters

inputMode The requested InputMode.

Returns

true if the system is in the requested mode, after processing this request.