Whether the notification was approved by the user.
Optional string challenge used for 'challenge' type notifications.
Optional serialized context info string from the server payload.
Notification creation timestamp in milliseconds since epoch.
Identifier of the credential this notification belongs to.
Optional custom payload string forwarded from the server.
Unique notification identifier.
Optional load balancer hint sent with the notification payload.
Unique message identifier from the push payload.
Optional human-readable message text for display.
Raw comma-separated numbers challenge string (e.g. "12,34,56").
Whether the notification is still pending a response.
Push notification type discriminator.
Optional timestamp when the notification was responded to, in milliseconds since epoch.
Optional timestamp when the notification was sent, in milliseconds since epoch.
Time-to-live for the notification in seconds.
A push MFA notification received from the server.
Remarks
Returned by PushClient.processNotification, PushClient.processNotificationFromMessage, PushClient.getNotification, PushClient.getPendingNotifications, and PushClient.getAllNotifications.
The
numbersChallengefield is a raw comma-separated string (e.g."12,34,56"). Use getNumbersChallenge (exported from@ping-identity/rn-push) to parse it intonumber[].Example