A B C E F G I O P S V 

A

afterTextChanged(Editable) - Method in class com.sinch.verification.PhoneNumberFormattingTextWatcher
 
applicationKey(String) - Method in interface com.sinch.verification.ConfigBuilder
Sets the application key.

B

beforeTextChanged(CharSequence, int, int, int) - Method in class com.sinch.verification.PhoneNumberFormattingTextWatcher
 
build() - Method in interface com.sinch.verification.ConfigBuilder
Creates the resulting Config instance.

C

CodeInterceptionException - Exception in com.sinch.verification
Created to indicate that code could not be intercepted automatically either due to missing permissions or that the code has not been received.
CodeInterceptionException(String) - Constructor for exception com.sinch.verification.CodeInterceptionException
 
com.sinch.verification - package com.sinch.verification
 
Config - Interface in com.sinch.verification
Config represents a configuration for a Verification object.
config() - Static method in class com.sinch.verification.SinchVerification
Creates a config builder.
ConfigBuilder - Interface in com.sinch.verification
ConfigBuilder builds a Config instance.
context(Context) - Method in interface com.sinch.verification.ConfigBuilder
Sets the application context.
createFlashCallVerification(Config, String, VerificationListener) - Static method in class com.sinch.verification.SinchVerification
Creates a flash call verification object.
createFlashCallVerification(Config, String, String, VerificationListener) - Static method in class com.sinch.verification.SinchVerification
Creates a flash call verification object.
createSmsVerification(Config, String, VerificationListener) - Static method in class com.sinch.verification.SinchVerification
Creates an sms verification object.
createSmsVerification(Config, String, String, VerificationListener) - Static method in class com.sinch.verification.SinchVerification
Creates an sms verification object.

E

environmentHost(String) - Method in interface com.sinch.verification.ConfigBuilder
Sets the environment host.

F

formatNumberToE164(String, String) - Static method in class com.sinch.verification.PhoneNumberUtils
Formats the provided number in E164 format.

G

getApplicationKey() - Method in interface com.sinch.verification.Config
 
getContext() - Method in interface com.sinch.verification.Config
 
getDefaultCountryIso(Context) - Static method in class com.sinch.verification.PhoneNumberUtils
Returns the default country iso which is inferred from the sim card info if a sim card is present, or from the default locale settings otherwise.
getEnvironmentHost() - Method in interface com.sinch.verification.Config
 
getStatusCode() - Method in exception com.sinch.verification.ServiceErrorException
 
getVersion() - Static method in class com.sinch.verification.SinchVerification
 

I

IncorrectCodeException - Exception in com.sinch.verification
Created to indicate that the verification code was incorrect.
IncorrectCodeException() - Constructor for exception com.sinch.verification.IncorrectCodeException
 
initiate() - Method in interface com.sinch.verification.Verification
Initiates the verification request.
InvalidInputException - Exception in com.sinch.verification
Created to indicate that invalid input has been provided.
InvalidInputException() - Constructor for exception com.sinch.verification.InvalidInputException
 
InvalidInputException(String) - Constructor for exception com.sinch.verification.InvalidInputException
 
isPossibleNumber(String, String) - Static method in class com.sinch.verification.PhoneNumberUtils
Checks whether the given string is a possible phone number in the country with the provided country iso code.

O

onInitiated() - Method in interface com.sinch.verification.VerificationListener
Called when the verification initiation has been completed successfully.
onInitiationFailed(Exception) - Method in interface com.sinch.verification.VerificationListener
Called when the verification initiation has failed.
onTextChanged(CharSequence, int, int, int) - Method in class com.sinch.verification.PhoneNumberFormattingTextWatcher
 
onVerificationFailed(Exception) - Method in interface com.sinch.verification.VerificationListener
Called when the verification has failed.
onVerified() - Method in interface com.sinch.verification.VerificationListener
Called when the verification has been completed successfully.

P

PhoneNumberFormattingTextWatcher - Class in com.sinch.verification
This class behaves exactly like PhoneNumberFormattingTextWatcher, but allows selecting a locale other than the default on APIs less than 21.
PhoneNumberFormattingTextWatcher(String) - Constructor for class com.sinch.verification.PhoneNumberFormattingTextWatcher
 
PhoneNumberUtils - Class in com.sinch.verification
 
PhoneNumberUtils() - Constructor for class com.sinch.verification.PhoneNumberUtils
 

S

ServiceErrorException - Exception in com.sinch.verification
Created to indicate that a Sinch service error happened while attempting verification.
ServiceErrorException() - Constructor for exception com.sinch.verification.ServiceErrorException
 
ServiceErrorException(String) - Constructor for exception com.sinch.verification.ServiceErrorException
 
ServiceErrorException(int, String) - Constructor for exception com.sinch.verification.ServiceErrorException
 
SinchVerification - Class in com.sinch.verification
SinchVerification is the Verification SDK entry point.
SinchVerification() - Constructor for class com.sinch.verification.SinchVerification
 

V

Verification - Interface in com.sinch.verification
An interface for verification classes.
VerificationException - Exception in com.sinch.verification
The base class for verification exceptions.
VerificationException(String) - Constructor for exception com.sinch.verification.VerificationException
 
VerificationListener - Interface in com.sinch.verification
An interface for listeners of the verification process.
verify(String) - Method in interface com.sinch.verification.Verification
Checks whether the provided verification code is correct.
A B C E F G I O P S V