PingOneGetInfoCallback

public interface PingOneGetInfoCallback

Callback interface that will notify developers about getInfo task completion. JsonObject containing array with all the paired users info will be returned to the calling application on successful response. PingOneSDKError object will be null if process completed successfully.

Functions

Link copied to clipboard
public abstract void onComplete(@Nullable() JsonObject publicJson, @Nullable() PingOneSDKError error)