PlatformImeOptions
Class
Common
expect class PlatformImeOptions
Used to configure the platform specific IME options.
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. |