public class CardDetailsActivity extends CheckoutDetailsActivity
EXTRA_PAYMENT_REFERENCE
Constructor and Description |
---|
CardDetailsActivity() |
Modifier and Type | Method and Description |
---|---|
CardDetails |
buildCardDetails() |
boolean |
isNfcEnabledOnDevice() |
boolean |
isValidCardDetails() |
static Intent |
newIntent(Context context,
PaymentReference paymentReference,
PaymentMethod targetPaymentMethod) |
void |
onClick(View view) |
protected void |
onCreate(Bundle savedInstanceState) |
boolean |
onCreateOptionsMenu(Menu menu) |
void |
onDismiss(DialogInterface dialog) |
boolean |
onOptionsItemSelected(MenuItem item) |
protected void |
onPause() |
protected void |
onRestoreInstanceState(Bundle savedInstanceState) |
protected void |
onResume() |
onPostCreate, onSupportNavigateUp
getLogoApi, getPaymentHandler, getPaymentReference, getPaymentSession, handleCheckoutException, handlePaymentComplete, onAuthenticationDetailsRequired
public static Intent newIntent(Context context, PaymentReference paymentReference, PaymentMethod targetPaymentMethod)
public void onClick(View view)
public void onDismiss(DialogInterface dialog)
protected void onRestoreInstanceState(Bundle savedInstanceState)
protected void onCreate(Bundle savedInstanceState)
onCreate
in class CheckoutSessionActivity
protected void onResume()
protected void onPause()
public boolean onCreateOptionsMenu(Menu menu)
public boolean onOptionsItemSelected(MenuItem item)
public boolean isNfcEnabledOnDevice()
public boolean isValidCardDetails()
public CardDetails buildCardDetails() throws EncryptionException
EncryptionException