IdentityScanner
A generic callback handler class.
import com.sybrin.identity.IdentityScanner
Nested classes | |
interface | |
interface | |
interface |
Public methods | |
Subscribes to a callback that will fire when the SDK's scanning process is canceled.
Parameters | |
onCancelListener |
Returns | |
This value cannot be null . |
Subscribes to a callback that will fire when the SDK's scanning process is fails and throws an exception.
Parameters | |
onFailureListener | OnFailureListener |
Returns | |
This value cannot be null . |
public
IdentityScanner
<T> addOnSuccessListener(
IdentityScanner.OnSuccessListener
<T> onSuccessListener)
Subscribes to a callback that will fire when the SDK's scanning process is succeeds.
Parameters | |
onSuccessListener |
Returns | |
This value cannot be null . |
Last modified 6mo ago