Package io.rong.imkit.utils.keyboard
Class KeyboardHeightProvider
-
- All Implemented Interfaces:
public class KeyboardHeightProvider
The keyboard height provider, this class uses a PopupWindow to calculate the window height when the floating keyboard is opened and closed.
-
-
Constructor Summary
Constructors Constructor Description KeyboardHeightProvider(Activity activity)
Construct a new KeyboardHeightProvider
-
Method Summary
Modifier and Type Method Description void
start()
void
stop()
void
setKeyboardHeightObserver(KeyboardHeightObserver observer)
-
-
Method Detail
-
start
void start()
-
stop
void stop()
-
setKeyboardHeightObserver
void setKeyboardHeightObserver(KeyboardHeightObserver observer)
-
-
-
-