Interface | Description |
---|---|
Config |
Config represents a configuration for a
Verification object. |
ConfigBuilder |
ConfigBuilder builds a
Config instance. |
InitiationResult | |
Logger | |
Verification |
An interface for verification classes.
|
VerificationListener |
An interface for listeners of the verification process.
|
Class | Description |
---|---|
SinchVerification |
SinchVerification is the Verification SDK entry point.
|
Exception | Description |
---|---|
CodeInterceptionException |
Exception that indicates that the verification code could not be intercepted automatically either due to
missing permissions or that the code has not been received.
|
IncorrectCodeException |
Exception that indicates that the verification code was incorrect.
|
InvalidInputException |
Exception that indicates that invalid input has been provided.
|
ServiceErrorException |
Exception that indicates that a Sinch server-side service error occurred while attempting a verification.
|
VerificationException |
Base class for exceptions that are specific to Sinch verification functionality.
|