com.google.android.gms.wallet.callback

Interfaces

OnCompleteListener<T> Abstract class to allow the merchant to pass back the callback result to InstantBuy  

Classes

BasePaymentDataCallbacks Abstract base class containing the payment data callbacks to be implemented by the callers of PaymentsClient.loadPaymentData(PaymentDataRequest)
BasePaymentDataCallbacksService Base service class which hosts the payment data callbacks initiated by Google Play services within a PaymentsClient.loadPaymentData(PaymentDataRequest)
IntermediatePaymentData Parcelable representing a subset of the PaymentData needed in order to provide an update to the PaymentDataRequestUpdate in the BasePaymentDataCallbacks.onPaymentDataChanged(IntermediatePaymentData, OnCompleteListener)
PaymentAuthorizationResult Parcelable representing an object that provides provides information about the payment authorization callback result. 
PaymentDataRequestUpdate Parcelable representing an object returned from BasePaymentDataCallbacks.onPaymentDataChanged(IntermediatePaymentData, OnCompleteListener) callback.