Local daemon setup
Disabling the local daemon
// First disable the Brouwer Vos cloud daemon
BrouwerVosSoftPOSSDK.getInstance().getSdk().setEnableLocalDaemonSDK(false);
// Then initialize the SDK
BrouwerVosSoftPOSSDK.getInstance().initialize(getApplicationContext(), null);// First disable the Brouwer Vos cloud daemon
BrouwerVosPOSSDK.getInstance().getSdk().setEnableLocalDaemonSDK(false);
// Then initialize the SDK
BrouwerVosPOSSDK.getInstance().initialize(getApplicationContext(), null);Last updated