Page Summary
-
This interface is deprecated.
-
Use
Fido2ApiClient.getRegisterPendingIntentorFido2ApiClient.getSignPendingIntentinstead. -
The interface includes methods to check if a
PendingIntentexists and to launch it.
This interface is deprecated.
Use Fido2ApiClient.getRegisterPendingIntent(PublicKeyCredentialCreationOptions)
or Fido2ApiClient.getSignPendingIntent(PublicKeyCredentialRequestOptions)
to avoid a
dependence on this.
Public Method Summary
| abstract boolean | |
| abstract void |
Public Methods
public abstract boolean hasPendingIntent ()
Returns true
if an Activity
has a PendingIntent
.
public abstract void launchPendingIntent ( Activity activity, int requestCode)
Launches the PendingIntent
.
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 |

