Package com.firebase.ui.auth.util.ui
Class FlowUtils
- java.lang.Object
-
- com.firebase.ui.auth.util.ui.FlowUtils
-
public final class FlowUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanunhandled(FragmentBase fragment, java.lang.Exception e)static booleanunhandled(HelperActivityBase activity, java.lang.Exception e)
-
-
-
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)
-
-