public interface ITrueCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onFailureProfileShared(TrueError trueError)
When the current user fails to verify with Truecaller, this method is called, with the reason for failure
|
void |
onSuccessProfileShared(TrueProfile trueProfile)
This will be called, when we receive the TrueProfile of the current user.
|
void |
onVerificationRequired(TrueError trueError)
This method indicates that either the current user is not a Truecaller user
or that the user is a Truecaller user but wants to verify some other number.
|
void onSuccessProfileShared(TrueProfile trueProfile)
trueProfile - Profile information of the current user.void onFailureProfileShared(TrueError trueError)
trueError - Reason for failure.void onVerificationRequired(TrueError trueError)
trueError - Reason for failure.