Function

PlatformImeOptions

Additional IME configuration options supported for TV.

PlatformImeOptions

Source set: Android
@ExperimentalTvFoundationApi
fun PlatformImeOptions(horizontalAlignment: TvKeyboardAlignment) =
    PlatformImeOptions(horizontalAlignment.option)

Additional IME configuration options supported for TV.

It is not guaranteed if IME will comply with the options provided here.

Parameters

horizontalAlignment defines the horizontal alignment TvKeyboardAlignment option for keyboard.

Last updated: