Class FlowUtils


  • public final class FlowUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean unhandled​(FragmentBase fragment, java.lang.Exception e)  
      static boolean unhandled​(HelperActivityBase activity, java.lang.Exception e)  
      • Methods inherited from class java.lang.Object

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

      • unhandled

        public static boolean unhandled​(@NonNull
                                        HelperActivityBase activity,
                                        @Nullable
                                        java.lang.Exception e)
      • unhandled

        public static boolean unhandled​(@NonNull
                                        FragmentBase fragment,
                                        @Nullable
                                        java.lang.Exception e)