U2fPendingIntent

public interfaceU2fPendingIntent

This interface is deprecated.
Please useFidoAPIs instead.

Interface for apps to launch aPendingIntent.

Public Method Summary

abstract boolean
hasPendingIntent()
Returns true if anActivity can launch the returnedPendingIntent.
abstract void
launchPendingIntent(Activity activity, int requestCode)
Launches the Pending intent

Public Methods

public abstract boolean hasPendingIntent()

Returns true if anActivitycan launch the returnedPendingIntent.

Returns
  • true if the result has aPendingIntent

public abstract voidlaunchPendingIntent(Activityactivity, int requestCode)

Launches the Pending intent

Parameters
activity An Activity context to use to launch the intent. The Activity's onActivityResult method will be invoked after the user is done.
requestCode The request code to pass to onActivityResult.
Throws
If the resolution intent has been canceled or is no longer able to execute the request.
IllegalStateException if hasPendingIntent is false
IntentSender.SendIntentException