View

abstract class View implements GiniVisionBaseView<OnboardingScreenContract.Presenter>, OnboardingFragmentInterface

Functions

activatePageIndicatorForPage
Link copied to clipboard
abstract void activatePageIndicatorForPage(int pageIndex)
getPresenter
Link copied to clipboard
OnboardingScreenContract.Presenter getPresenter()
scrollToPage
Link copied to clipboard
abstract void scrollToPage(int pageIndex)
setListener
Link copied to clipboard

Set a listener for onboarding events.

By default the hosting Activity is expected to implement the OnboardingFragmentListener . In case that is not feasible you may set the listener using this method.

Note: the listener is expected to be available until the fragment is attached to an activity. Make sure to set the listener before that.

abstract void setListener(OnboardingFragmentListener listener)
setPresenter
Link copied to clipboard
void setPresenter(OnboardingScreenContract.Presenter presenter)
abstract void setPresenter(P presenter)
showPages
Link copied to clipboard
abstract void showPages(List<OnboardingPagepages, boolean showEmptyLastPage)
slideOutViews
Link copied to clipboard
abstract CompletableFuture<VoidslideOutViews()

Inheritors

OnboardingFragmentImpl
Link copied to clipboard