Package 

Interface ErrorNavigationBarBottomAdapter

  • All Implemented Interfaces:
    net.gini.android.capture.view.InjectedViewAdapter

    
    public interface ErrorNavigationBarBottomAdapter
     implements InjectedViewAdapter
                        

    Implement this interface to add back navigation to a custom view on bottom navigation bar and pass it to the {@link GiniCapture.Builder#setErrorNavigationBarBottomAdapter(ErrorNavigationBarBottomAdapter)}

    • Method Summary

      Modifier and Type Method Description
      abstract Unit setOnBackClickListener(View.OnClickListener listener) Set the click listener for the back button.
      • Methods inherited from class net.gini.android.capture.error.view.ErrorNavigationBarBottomAdapter

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait