Package com.firebase.ui.auth.data.model
Class IntentRequiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.firebase.ui.auth.FirebaseUiException
-
- com.firebase.ui.auth.data.model.IntentRequiredException
-
- All Implemented Interfaces:
java.io.Serializable
public class IntentRequiredException extends FirebaseUiException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntentRequiredException(android.content.Intent intent, int requestCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description android.content.IntentgetIntent()intgetRequestCode()-
Methods inherited from class com.firebase.ui.auth.FirebaseUiException
getErrorCode
-
-