public interface BraintreeCancelListener extends BraintreeListener
Fragment.onActivityResult(int, int, Intent)
cancel events.| Modifier and Type | Method and Description |
|---|---|
void |
onCancel(int requestCode)
onCancel(int) ()} will be called when BraintreeFragment
receives an Fragment.onActivityResult(int, int, Intent) with a resultCode
of Activity.RESULT_CANCELED. |
void onCancel(int requestCode)
onCancel(int) ()} will be called when BraintreeFragment
receives an Fragment.onActivityResult(int, int, Intent) with a resultCode
of Activity.RESULT_CANCELED.requestCode - The request code used to start the Activity that was
canceled.