OnboardingFragmentImpl

class OnboardingFragmentImpl extends OnboardingScreenContract.View

Constructors

OnboardingFragmentImpl
Link copied to clipboard
OnboardingFragmentImpl
Link copied to clipboard

Types

PageChangeListener
Link copied to clipboard
class PageChangeListener implements ViewPager.OnPageChangeListener
PageIndicators
Link copied to clipboard
class PageIndicators

Functions

activatePageIndicatorForPage
Link copied to clipboard
void activatePageIndicatorForPage(int pageIndex)
createPresenter
Link copied to clipboard
void createPresenter(Activity activity)
getPageIndicators
Link copied to clipboard
getPresenter
Link copied to clipboard
OnboardingScreenContract.Presenter getPresenter()
onCreateView
Link copied to clipboard
scrollToPage
Link copied to clipboard
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.

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

Properties

mButtonNext
Link copied to clipboard
ImageButton mButtonNext