PingOneGenerateMobilePayloadCallback

Callback interface that will notify about completion of the process of the mobile payload creation.

Mobile payload will be returned as a String if process ended successfully

PingOneSDKError object will contain detailed error if the process failed, will be null if process completed successfully.

Functions

Link copied to clipboard
public abstract void onComplete(@Nullable() String mobilePayload, @Nullable() PingOneSDKError error)