public class BaseActivity
extends AppCompatActivity
| Modifier and Type | Field and Description |
|---|---|
protected BraintreeFragment |
mBraintreeFragment |
protected boolean |
mClientTokenPresent |
protected Configuration |
mConfiguration |
protected DropInRequest |
mDropInRequest |
| Constructor and Description |
|---|
BaseActivity() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finish(java.lang.Exception e) |
protected void |
finish(PaymentMethodNonce paymentMethod,
java.lang.String deviceData) |
protected BraintreeFragment |
getBraintreeFragment() |
protected void |
onCreate(android.os.Bundle savedInstanceState) |
protected void |
onSaveInstanceState(android.os.Bundle outState) |
protected boolean |
shouldRequestThreeDSecureVerification() |
protected DropInRequest mDropInRequest
protected BraintreeFragment mBraintreeFragment
protected Configuration mConfiguration
protected boolean mClientTokenPresent
protected void onCreate(android.os.Bundle savedInstanceState)
protected void onSaveInstanceState(android.os.Bundle outState)
protected BraintreeFragment getBraintreeFragment()
throws InvalidArgumentException
InvalidArgumentExceptionprotected boolean shouldRequestThreeDSecureVerification()
protected void finish(PaymentMethodNonce paymentMethod,
java.lang.String deviceData)
protected void finish(java.lang.Exception e)