resizeKeyboard property

bool? resizeKeyboard
getter/setter pair

Optional. Requests clients to resize the keyboard vertically for optimal fit (e.g., make the keyboard smaller if there are just two rows of buttons). Defaults to false, in which case the custom keyboard is always of the same height as the app's standard keyboard.

Implementation

bool? resizeKeyboard;