SDK authentication for POS SDK
try { BrouwerVosSDK.getInstance().pair(Context context); } catch (Exception e) { // something went wrong while pairing }
Last updated
try {
BrouwerVosSDK.getInstance().pair(Context context);
} catch (Exception e) {
// something went wrong while pairing
}Last updated