Package com.confirmit.mobilesdk.core
Class UiService
-
- All Implemented Interfaces:
-
com.confirmit.mobilesdk.components.KeyboardActionListener
public final class UiService implements KeyboardActionListener
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUiService.UiLifecycleScope
-
Field Summary
Fields Modifier and Type Field Description private final UiService.UiLifecycleScopescopeprivate final SharedFlow<KeyboardState>keyboardFlow
-
Constructor Summary
Constructors Constructor Description UiService()
-
Method Summary
Modifier and Type Method Description final UiService.UiLifecycleScopegetScope()final SharedFlow<KeyboardState>getKeyboardFlow()UnitonKeyboardWillShow(Integer keyboardHeight)UnitonKeyboardWillHide()-
-
Method Detail
-
getScope
final UiService.UiLifecycleScope getScope()
-
getKeyboardFlow
final SharedFlow<KeyboardState> getKeyboardFlow()
-
onKeyboardWillShow
Unit onKeyboardWillShow(Integer keyboardHeight)
-
onKeyboardWillHide
Unit onKeyboardWillHide()
-
-
-
-