---
title: "PlatformImeOptions"
description: "Additional IME configuration options supported for TV.

It is not guaranteed if IME will comply with the options provided here."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-android'>Android</div>


```kotlin
@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. |




