Package 

Interface OnButtonLoadingIndicatorAdapter

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onVisible() Called when the loading indicator needs to be shown.
      abstract Unit onHidden() Called when the loading indicator needs to be hidden.
      • Methods inherited from class net.gini.android.capture.view.OnButtonLoadingIndicatorAdapter

        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 needs to be shown.

      • onHidden

         abstract Unit onHidden()

        Called when the loading indicator needs to be hidden.