PingOneNotificationCallback

Callback interface that will notify developers about processRemoteNotification task completion. NotificationObject will be returned if process completed successfully. PingOneSDKError object will be null if process completed successfully.

Functions

Link copied to clipboard
public abstract void onComplete(@Nullable() NotificationObject notificationObject, @Nullable() PingOneSDKError error)