@Override protected void onResume() { super.onResume(); CustomerMode.enable(getApplicationContext()); } @Override protected void onPause() { super.onPause(); CustomerMode.disable(getApplicationContext()); }
Hi Raymond - Thank you for the reply. Is this new functionality in >139 release? We are now seeing v.1.0-142 on the terminal where this was not available in the 1.0-139. Thank you
No problem! If you are asking when this CustomerMode functionality was available, it is part of our clover-android-sdk, so it is not tied to the version of the Sales app. According to our github repo, it has been available since Dec 2016. See:
Good Morning Raymond - The question is more of version change in the 1.0-140 and above. In the video I have a 1.0-139 on the left and the 1.0-140 on the right side.
No, I don't have a workaround, re: stopping the Sale app from coming to the foreground when a card is inserted. Yes, I created an internal issue to come up with a solution to this.
No, there's no workaround for stopping to "start sale on dip / swipe card" behavior. We should provide an API for you to abort or otherwise respond to the events yourself. I've filed an internal issue to get this resolved. I cannot provide a timeline for a fix.
3 People are following this question.