NotificationObject

public class NotificationObject implements Parcelable

An object returned if PingOne.processRemoteNotification() completes successfully.

NotificationObject represents an authentication request via remote notification. It can be approved or denied.

Implements Parcelable so the developer will be able to pass it via intents.

Functions

Link copied to clipboard
public void approve(Context context, String authenticationMethod, PingOne.PingOneSDKCallback callback)
Approve authentication
Link copied to clipboard
public void deny(Context context, PingOne.PingOneSDKCallback callback)
Denies authentication
Link copied to clipboard
Returns client-context String object or null if no context was passed by the server
Link copied to clipboard
public int getTimeoutDuration()
The maximum time duration allowed from getting push till user response
Link copied to clipboard
public boolean isTest()
Checks if the push was sent for testing purpose.