Back to API Reference
Struct

NativeInputOpenRequest

sealed

Configuration for opening one native input producer.

public bool ShowSoftwareKeyboard{ get }

Gets whether the producer should show a software keyboard.

public NativeKeyboardConfig Keyboard{ get }

Gets the keyboard traits to read during the open call; null selects platform defaults.

public bool SecureTextEntry{ get }

Gets whether the producer must use secure text entry.

public bool AcceptsNewlines{ get }

Gets whether the authoritative editor accepts line breaks.

[ctor]public NativeInputOpenRequest(bool showSoftwareKeyboard, NativeKeyboardConfig keyboard, bool secureTextEntry, bool acceptsNewlines)

Creates configuration for one producer epoch.