Back to API Reference
Struct
NativeInputOpenRequest
sealed
Configuration for opening one native input producer.
public NativeKeyboardConfig Keyboard{ get }Gets the keyboard traits to read during the open call; null selects platform defaults.
[ctor]public NativeInputOpenRequest(bool showSoftwareKeyboard, NativeKeyboardConfig keyboard, bool secureTextEntry, bool acceptsNewlines)Creates configuration for one producer epoch.
