Package 

Interface OnboardingIllustrationAdapter

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onVisible() Called when the illustration is visible.
      abstract Unit onHidden() Called when the illustration is hidden.
      • Methods inherited from class net.gini.android.capture.onboarding.view.OnboardingIllustrationAdapter

        describeContents, onCreateView, onDestroy, writeToParcel
      • Methods inherited from class java.lang.Object

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

      • onVisible

         abstract Unit onVisible()

        Called when the illustration is visible. If you use animations, then you can start the animation here.

      • onHidden

         abstract Unit onHidden()

        Called when the illustration is hidden. If you use animations, then you can stop the animation here.