Package com.firebase.ui.auth.data.model
Class FirebaseAuthUIAuthenticationResult
- java.lang.Object
-
- com.firebase.ui.auth.data.model.FirebaseAuthUIAuthenticationResult
-
public class FirebaseAuthUIAuthenticationResult extends Object
Result of launching aFirebaseAuthUIActivityResultContract
-
-
Constructor Summary
Constructors Constructor Description FirebaseAuthUIAuthenticationResult(Integer resultCode, IdpResponse idpResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdpResponsegetIdpResponse()The containedIdpResponsereturned from the Firebase libraryIntegergetResultCode()The result code of the received activity resultinthashCode()StringtoString()
-
-
-
Constructor Detail
-
FirebaseAuthUIAuthenticationResult
public FirebaseAuthUIAuthenticationResult(@NonNull Integer resultCode, @Nullable IdpResponse idpResponse)
-
-
Method Detail
-
getIdpResponse
@Nullable public IdpResponse getIdpResponse()
The containedIdpResponsereturned from the Firebase library
-
getResultCode
@NonNull public Integer getResultCode()
The result code of the received activity result- See Also:
android.app.Activity.RESULT_CANCELED,android.app.Activity.RESULT_OK
-
-