Package 

Interface Branch.IBranchViewControl

    • Method Summary

      Modifier and Type Method Description
      abstract boolean skipBranchViewsOnThisActivity() Defines if an activity is interested to show Branch views or not.By default activities are considered as Branch view enabled.
      • Methods inherited from class java.lang.Object

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

      • skipBranchViewsOnThisActivity

         abstract boolean skipBranchViewsOnThisActivity()

        Defines if an activity is interested to show Branch views or not.By default activities are considered as Branch view enabled. In case of activities which are not interested to show a Branch view (Splash screen for example)should implement this and return false. The pending Branch view will be shown with the very next Branch view enabled activity