public class OpenInvoiceDetailsActivity extends CheckoutDetailsActivity implements ValidationChanger.ValidationChangeListener
EXTRA_PAYMENT_REFERENCE
Constructor and Description |
---|
OpenInvoiceDetailsActivity() |
Modifier and Type | Method and Description |
---|---|
static Intent |
newIntent(Context context,
PaymentReference paymentReference,
PaymentMethod paymentMethod) |
protected void |
onCreate(Bundle savedInstanceState) |
protected void |
onDestroy() |
void |
onValidationChanged(boolean isValid)
The combined validation of the input details from this group has changed.
|
onPostCreate, onSupportNavigateUp
getLogoApi, getPaymentHandler, getPaymentReference, getPaymentSession, handleCheckoutException, handlePaymentComplete
public static Intent newIntent(Context context, PaymentReference paymentReference, PaymentMethod paymentMethod)
protected void onCreate(Bundle savedInstanceState)
onCreate
in class CheckoutSessionActivity
protected void onDestroy()
public void onValidationChanged(boolean isValid)
ValidationChanger.ValidationChangeListener
onValidationChanged
in interface ValidationChanger.ValidationChangeListener
isValid
- If the current set of inputs is valid or not.