Package com.google.firebase.auth
Class PhoneAuthProvider.OnVerificationStateChangedCallbacks
- java.lang.Object
-
- com.google.firebase.auth.PhoneAuthProvider.OnVerificationStateChangedCallbacks
-
- Enclosing class:
- PhoneAuthProvider
public abstract static class PhoneAuthProvider.OnVerificationStateChangedCallbacks extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OnVerificationStateChangedCallbacks()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidonCodeAutoRetrievalTimeOut(java.lang.String verificationId)voidonCodeSent(java.lang.String verificationId, PhoneAuthProvider.ForceResendingToken forceResendingToken)abstract voidonVerificationCompleted(com.google.firebase.auth.PhoneAuthCredential credential)abstract voidonVerificationFailed(com.google.firebase.FirebaseException exception)
-
-
-
Method Detail
-
onCodeAutoRetrievalTimeOut
public void onCodeAutoRetrievalTimeOut(java.lang.String verificationId)
-
onCodeSent
public void onCodeSent(java.lang.String verificationId, PhoneAuthProvider.ForceResendingToken forceResendingToken)
-
onVerificationCompleted
public abstract void onVerificationCompleted(com.google.firebase.auth.PhoneAuthCredential credential)
-
onVerificationFailed
public abstract void onVerificationFailed(com.google.firebase.FirebaseException exception)
-
-