process Remote Notification
public static void processRemoteNotification(Context context, RemoteMessage remoteMessage, PingOne.PingOneNotificationCallback callback)
Processes the FCM remote notification received from the PingOne server.
Parameters
remote Message
A remote message retrieved from the FCM.
callback
PingOneNotificationCallback is triggered upon completion of the flow. Will return NotificationObject if process completed successfully or PingOneSDKError otherwise.
public static void processRemoteNotification(Context context, String messageData, PingOne.PingOneNotificationCallback callback)
Process the HMS remote notification received from the PingOne server.
Parameters
message Data
A message data retrieved from HMS notification provider as a String.
callback
PingOneNotificationCallback is triggered upon completion of the flow. Will return NotificationObject if the process completed successfully or PingOneSDKError otherwise