IdentityScanner

A generic callback handler class.

import com.sybrin.identity.IdentityScanner

Summary

Public methods

addOnCancelListener

public IdentityScanner<T> addOnCancelListener (IdentityScanner.OnCancelListener onCancelListener)

Subscribes to a callback that will fire when the SDK's scanning process is canceled.

Parameters

onCancelListener

Returns

This value cannot be null.

addOnFailureListener

public IdentityScanner<T> addOnFailureListener(IdentityScanner.OnFailureListener onFailureListener)

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.

addOnSuccessListener

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.