Package 

Interface OnboardingFragmentInterface

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void setListener(@NonNull() OnboardingFragmentListener listener) Set a listener for onboarding events.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • setListener

         abstract void setListener(@NonNull() OnboardingFragmentListener listener)

        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.

        Parameters:
        listener - OnboardingFragmentListener instance