OnboardingFragmentInterface

Methods which both Onboarding Fragments must implement.

public interface OnboardingFragmentInterface

Functions

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)

Inheritors

OnboardingScreenContract
Link copied to clipboard
OnboardingScreenContract
Link copied to clipboard
OnboardingFragmentStandard
Link copied to clipboard
OnboardingFragmentCompat
Link copied to clipboard