question

ntotura avatar image
ntotura asked Mark Mullan Deactivated edited

Is there an intent to capture closeout?

ACTION_CLOSEOUT_BATCH does not seem to broadcast to registered receivers, is there a way to capture closeout information?
Clover Android SDK
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Mark Mullan avatar image
Mark Mullan Deactivated answered Mark Mullan Deactivated edited
Hi @ntotura,

This feature will be available in our first release of 2018 for the clover-android-connector-sdk. It relies on our clover-android-sdk but must be imported as a separate library. We didn't want to make the clover-android-sdk itself too bulky.

When we release the new clover-android-connector-sdk, you'll be able to make calls like

paymentConnector.closeout(closeoutRequest);

and then capture the closeout information in the appropriate callback.

@Override
public void onCloseoutResponse(CloseoutResponse response) {
  responseBodyTextView.setText(response.toString());
}

Please watch the Github repo to be alerted when we release new versions.

Thanks,
Mark
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community