Uses of Class
org.robovm.apple.watchkit.WKTextInputMode
| Package | Description |
|---|---|
| org.robovm.apple.watchkit |
-
Uses of WKTextInputMode in org.robovm.apple.watchkit
Methods in org.robovm.apple.watchkit that return WKTextInputMode Modifier and Type Method Description static WKTextInputModeWKTextInputMode. valueOf(long n)Returns the enum constant of this type with the specified name.static WKTextInputModeWKTextInputMode. valueOf(String name)Returns the enum constant of this type with the specified name.static WKTextInputMode[]WKTextInputMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.watchkit with parameters of type WKTextInputMode Modifier and Type Method Description voidWKInterfaceController. presentTextInputController(List<String> suggestions, WKTextInputMode inputMode, VoidBlock1<NSArray<?>> completion)voidWKInterfaceController. presentTextInputController(Block1<NSString,NSArray<?>> suggestionsHandler, WKTextInputMode inputMode, VoidBlock1<NSArray<?>> completion)