Package 

Interface CustomLoadingIndicatorAdapter

    • Method Summary

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

        onCreateView, onDestroy
      • 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 loading indicator is visible. If you use animations, then you can start the animation here.

      • onHidden

         abstract Unit onHidden()

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