---
title: "PlatformImeOptions"
description: "Used to configure the platform specific IME options."
type: "class"
---

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


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
expect class PlatformImeOptions
```


Used to configure the platform specific IME options.


<div class='sourceset sourceset-android'>Android</div>


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




