Ping One Migration Status Callback
Callback interface that will notify about migration status completion.
MigrationStatus enum will contain one of the possible migration statuses.
PingOneSDKError object will contain detailed error if migration process failed, will be null if process completed successfully.
Functions
Link copied to clipboard
public abstract void onComplete(MigrationStatus status, @Nullable() PairingInfo pairingInfo, @Nullable() PingOneSDKError error)