public final class PhoneVerification extends Object
| Constructor and Description |
|---|
PhoneVerification(String number,
com.google.firebase.auth.PhoneAuthCredential credential,
boolean verified) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
com.google.firebase.auth.PhoneAuthCredential |
getCredential() |
String |
getNumber() |
int |
hashCode() |
boolean |
isAutoVerified() |
String |
toString() |
public PhoneVerification(@NonNull
String number,
@NonNull
com.google.firebase.auth.PhoneAuthCredential credential,
boolean verified)
@NonNull public String getNumber()
@NonNull public com.google.firebase.auth.PhoneAuthCredential getCredential()
public boolean isAutoVerified()