ACTION_CLOSEOUT_BATCH does not seem to broadcast to registered receivers, is there a way to capture closeout information?
ACTION_CLOSEOUT_BATCH does not seem to broadcast to registered receivers, is there a way to capture closeout information?
paymentConnector.closeout(closeoutRequest);
@Override public void onCloseoutResponse(CloseoutResponse response) { responseBodyTextView.setText(response.toString()); }
1 Person is following this question.