bn.offKeyboardHeightChange
▸ offKeyboardHeightChange(cb): void
description Remove the listener on the keyboard height changes
Parameters
| Name | Type | Description |
|---|---|---|
cb | offKeyboardHeightChangeCallback | Callback on keyboard height change |
Returns
void
offKeyboardHeightChangeCallback
Ƭ offKeyboardHeightChangeCallback: () => void
Type declaration
▸ (): void
Returns
void