PlatformImeOptions
Function
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 TvKeyboardAlignmentoption for keyboard. | 
