toggle menu
Android-IMKit-SDK
5.12.0
io.rong.imkit
switch theme
search in API
Android-IMKit-SDK
/
io.rong.imkit.utils.keyboard
/
KeyboardHeightObserver
Keyboard
Height
Observer
public
interface
KeyboardHeightObserver
The observer that will be notified when the height of the keyboard has changed
Members
Functions
on
Keyboard
Height
Changed
Link copied to clipboard
public
abstract
void
onKeyboardHeightChanged
(
int orientation
,
boolean isOpen
,
int keyboardHeight
)