public class SupportedPaymentMethodsAdapter
extends android.widget.BaseAdapter
| Modifier and Type | Class and Description |
|---|---|
static interface |
SupportedPaymentMethodsAdapter.PaymentMethodSelectedListener |
| Constructor and Description |
|---|
SupportedPaymentMethodsAdapter(android.content.Context context,
SupportedPaymentMethodsAdapter.PaymentMethodSelectedListener paymentMethodSelectedListener) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
java.lang.Object |
getItem(int position) |
long |
getItemId(int position) |
android.view.View |
getView(int position,
android.view.View convertView,
android.view.ViewGroup parent) |
void |
setup(Configuration configuration,
DropInRequest dropInRequest,
boolean googlePayEnabled,
boolean unionpaySupported) |
areAllItemsEnabled, getAutofillOptions, getDropDownView, getItemViewType, getViewTypeCount, hasStableIds, isEmpty, isEnabled, notifyDataSetChanged, notifyDataSetInvalidated, registerDataSetObserver, setAutofillOptions, unregisterDataSetObserverpublic SupportedPaymentMethodsAdapter(android.content.Context context,
SupportedPaymentMethodsAdapter.PaymentMethodSelectedListener paymentMethodSelectedListener)
public void setup(Configuration configuration,
DropInRequest dropInRequest,
boolean googlePayEnabled,
boolean unionpaySupported)
public int getCount()
public java.lang.Object getItem(int position)
public long getItemId(int position)
public android.view.View getView(int position,
android.view.View convertView,
android.view.ViewGroup parent)