Class UiListener
-
- All Implemented Interfaces:
@Immutable() public final class UiListener
Wrapper for holding UiListener callbacks
-
-
Field Summary
Fields Modifier and Type Field Description private final Function1<Boolean, Unit>
onImmersiveModeEnabled
private final Function1<ScrollState, Unit>
onDocumentScroll
-
Constructor Summary
Constructors Constructor Description UiListener(Function1<Boolean, Unit> onImmersiveModeEnabled, Function1<ScrollState, Unit> onDocumentScroll)
-
Method Summary
Modifier and Type Method Description final Function1<Boolean, Unit>
getOnImmersiveModeEnabled()
final Function1<ScrollState, Unit>
getOnDocumentScroll()
-
-
Constructor Detail
-
UiListener
UiListener(Function1<Boolean, Unit> onImmersiveModeEnabled, Function1<ScrollState, Unit> onDocumentScroll)
-
-
Method Detail
-
getOnImmersiveModeEnabled
final Function1<Boolean, Unit> getOnImmersiveModeEnabled()
-
getOnDocumentScroll
final Function1<ScrollState, Unit> getOnDocumentScroll()
-
-
-
-