process Remote Notification
Processes the FCM remote notification received from the PingOne server.
Parameters
A remote message retrieved from the FCM.
PingOneNotificationCallback is triggered upon completion of the flow. Will return NotificationObject if process completed successfully or PingOneSDKError otherwise.
Process the HMS remote notification received from the PingOne server.
Parameters
A message data retrieved from HMS notification provider as a String.
PingOneNotificationCallback is triggered upon completion of the flow. Will return NotificationObject if the process completed successfully or PingOneSDKError otherwise
Deprecated
Processes the remote notification received from PingOne
Deprecated
please use processRemoteNotification(Context context, RemoteMessage remoteMessage, PingOneNotificationCallback callback) instead
Parameters
a remote message retrieved from FCM
PingOneNotificationCallback notifies about task completion. Will return NotificationObject if process completed successfully or PingOneSDKError otherwise