question

mybmr avatar image
mybmr asked Dan answered

Is MerchantDevicesV2Connector.getSerial() works on all clover devices?

We are using the below method to get serial and model from clover device due to upgradation to clover OS to Android 10.

MerchantDevicesV2Connector.getSerial();
MerchantDevicesV2Connector.getDevice().getModel();

we want to know that these methods will be compatible with all clover devices or not?

Clover Android SDKClover Miniclover developer community
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

Dan avatar image
Dan answered

The doc is actually pretty clear here:


Accessing the device serial must be done via MerchantDevicesV2Connector(context).getSerial() available in our clover-android-sdk. This method works on all our devices and all OS versions.

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