public interface PhoneVerification.CodeVerifier

Asks the application’s server whether a code matches a number.

Methods

public abstract void verifyCode(String e164Number, String code, PhoneVerification.Response response)Verifies the code.

Method details

verifyCode

public abstract void verifyCode(String e164Number, String code, PhoneVerification.Response response)
Verifies the code.

Parameters

e164Number String
the number the code was sent to
code String
the code the user entered
response PhoneVerification.Response
answered when the server replies