public abstract class StripeIntentResult<T extends StripeIntent>
extends java.lang.Object
StripeIntent
confirmation or authentication attempt
via Stripe#confirmPayment(Activity, ConfirmPaymentIntentParams)
or
Stripe#authenticatePayment(Activity, String)
}
getIntent()
represents a StripeIntent
retrieved after
confirmation/authentication succeeded or failed.Modifier and Type | Class and Description |
---|---|
static interface |
StripeIntentResult.Outcome
Values that indicate the outcome of confirmation and payment authentication.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
T |
getIntent() |
int |
getOutcome() |
int |
hashCode() |
public final T getIntent()
public final int getOutcome()
public final boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public final int hashCode()
hashCode
in class java.lang.Object