com.google.android.gms.fido.u2f.U2fPendingIntent |
Interface for apps to launch a PendingIntent
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns true if an
Activity can launch the returned PendingIntent . | |||||||||||
Launches the Pending intent
|
Returns true if an Activity
can launch the returned PendingIntent
.
Returns | |
---|---|
boolean |
true if the result has a PendingIntent
|
Launches the Pending intent
Parameters | |
---|---|
activity |
Activity : An Activity context to use to launch the intent. The Activity's
onActivityResult method will be invoked after the user is done. |
requestCode |
int : 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 |