PingOneSendLogsCallback

public interface PingOneSendLogsCallback

Callback interface that will notify developers about sendLogs task completion. String with unique support ID will be returned in case the logs were sent successfully. The supportId can then be passed to the Ping Identity support team for review. PingOneSDKError object will be null if process completed successfully.

Functions

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