Source set: Android
public class PlatformImeOptions(public 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. |
Functions
equals
Source set: Android
override fun equals(other: Any?): Boolean
hashCode
Source set: Android
override fun hashCode(): Int
toString
Source set: Android
override fun toString(): String
Source set: Common
@Immutable public class PlatformImeOptions
Used to configure the platform specific IME options.