All Products
Search
Document Center

Financial Intelligence Engine:IZLZCallback

Last Updated:Jun 18, 2026

Callback interface for receiving ZOLOZ authentication results.

public interface IZLZCallback  

com.ap.zoloz.hummer.api.IZLZCallback

Fields

N/A

Methods

onComplete

public abstract void onComplete(ZLZResponse response) 

Triggered after ZOLOZ authentication completes.

Parameters

Parameter name

Data type

Description

response

ZLZResponse

The ZOLOZ SDK response.

For more information about ZLZReponse, see ZLZResponse.

Returns

N/A

Throws

N/A

onInterrupted

public abstract void onInterrupted(ZLZResponse response) 

Triggered when the user clicks Cancel to exit the SDK.

Parameters

Parameter name

Data type

Description

response

ZLZResponse

The ZOLOZ SDK response.

For more information about ZLZReponse, see ZLZResponse.

Returns

N/A

Throws

N/A