toggle menu
mobilesdk
androidJvm
switch theme
search in API
mobilesdk
/
com.confirmit.mobilesdk.core
/
UiService
Ui
Service
class
UiService
:
KeyboardActionListener
Members
Constructors
Ui
Service
Link copied to clipboard
constructor
(
)
Types
Ui
Lifecycle
Scope
Link copied to clipboard
class
UiLifecycleScope
:
CoroutineScope
,
LifecycleObserver
Properties
keyboard
Flow
Link copied to clipboard
val
keyboardFlow
:
SharedFlow
<
KeyboardState
>
scope
Link copied to clipboard
val
scope
:
UiService.UiLifecycleScope
Functions
on
Keyboard
Will
Hide
Link copied to clipboard
open
override
fun
onKeyboardWillHide
(
)
on
Keyboard
Will
Show
Link copied to clipboard
open
override
fun
onKeyboardWillShow
(
keyboardHeight
:
Int
)