With our Clover MIni dev sandbox units, when we use barcode scanning, the intent is broadcast
Looking in the SDK sources the intent name is here:
public static final String INTENT_ACTION = "com.clover.BarcodeBroadcast";
And this part is working.
However when we try to fetch the Extra property "Barcode", that is coming back blank.
Is the extra using some other name on clover minis?
This same code works fine on Clover Flex and Clover Mobile.