-
public interface Branch.IBranchViewControlInterface for defining optional Branch view behaviour for Activities
-
-
Method Summary
Modifier and Type Method Description abstract booleanskipBranchViewsOnThisActivity()Defines if an activity is interested to show Branch views or not.By default activities are considered as Branch view enabled. -
-
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
-
-
-
-