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 |
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 |
Returns
N/A
Throws
N/A