Platform.KeyboardSetLayout
static bool KeyboardSetLayout(TextContext keyboardType, String[] keyboardLayout)
Replace the default keyboard type with a custom layout.
TextContext keyboardType | Type of keyboard. |
String[] keyboardLayout | Custom keyboard layout to replace the defualt layout. |
RETURNS: bool | True if keyboard type was swapped with the provided layout. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!