IZLZCallback
public interface IZLZCallback
com.ap.zoloz.hummer.api.IZLZCallback
Fields
N/A
Methods
onComplete
public abstract void onComplete(ZLZResponse response)
This callback method is triggered after the ZOLOZ auth is completed.
Paramters
Parameter name | Data type | Description |
response | ZLZResponse | The description of the ZOLOZ SDK response. For more information about |
Returns
N/A
Throws
N/A
onInterrupted
public abstract void onInterrupted(ZLZResponse response)
This callback method is triggered when the user clicks Cancel to exit the SDK.
Paramters
Parameter name | Data type | Description |
response | ZLZResponse | The description of the ZOLOZ SDK response For more information about |
Returns
N/A
Throws
N/A