Class

PlatformImeOptions

Used to configure the platform specific IME options.

Source set: Common
expect class PlatformImeOptions

Used to configure the platform specific IME options.

Source set: Android
actual class PlatformImeOptions(val privateImeOptions: String? = null)

Used to configure Android platform IME options.

Parameters

privateImeOptions defines a String for supplying additional information options that are private to a particular IME implementation.

Last updated: