AI-generated Key Takeaways
-
PaymentCardRecognitionIntentResponse is a Parcelable object used to get a PendingIntent for the Google payment card recognition Activity.
-
It has a public method
getPaymentCardRecognitionPendingIntent()which returns the PendingIntent. -
It inherits constants and methods from the Parcelable and Object interfaces.
A Parcelable that
represents a response from the
PaymentsClient.getPaymentCardRecognitionIntent(PaymentCardRecognitionIntentRequest)
API to get a PendingIntent
for the Google payment card recognition Activity.
Inherited Constant Summary
Public Method Summary
| PendingIntent |
getPaymentCardRecognitionPendingIntent()
Gets the
PendingIntent
to start Google payment card recognition Activity.
|
Inherited Method Summary
Public Methods
public PendingIntent getPaymentCardRecognitionPendingIntent ()
Gets the PendingIntent
to start Google payment card recognition Activity.