toggle menu
Android-IMKit-SDK
5.12.0
io.rong.imkit
switch theme
search in API
Android-IMKit-SDK
/
io.rong.imkit.utils.keyboard
/
KeyboardHeightPopupImpl
Keyboard
Height
Popup
Impl
public
class
KeyboardHeightPopupImpl
Author
gusd
Members
Constructors
Keyboard
Height
Popup
Impl
Link copied to clipboard
public
void
KeyboardHeightPopupImpl
(
Activity activity
)
Functions
set
Keyboard
Height
Observer
Link copied to clipboard
public
void
setKeyboardHeightObserver
(
KeyboardHeightObserver observer
)
Set the keyboard height observer to this provider.
show
At
Location
Link copied to clipboard
public
void
showAtLocation
(
View parent
,
int gravity
,
int x
,
int y
)
start
Link copied to clipboard
public
void
start
(
)
Start the KeyboardHeightProvider, this must be called after the onResume of the Activity.
stop
Link copied to clipboard
public
void
stop
(
)
Close the keyboard height provider, this provider will not be used anymore.