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