Interface PhoneVerification.CodeSender
- Enclosing class:
PhoneVerification
public static interface PhoneVerification.CodeSender
Asks the application's server to send a code to a number.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendCode(String e164Number, PhoneVerification.Response response) Sends the code.
-
Method Details
-
sendCode
Sends the code.
Parameters
-
e164Number: the number in E.164 form, e.g. "+972501234567" -
response: answered when the server replies
-
-