question

ismdcf avatar image
ismdcf asked ramya commented

Does Customer Mode work with Clover Station 2018

Does Customer mode (com.clover.sdk.util.CustomerMode) work on clover station 2018 as it does with clover mini.
App MarketClover Station 2018lifecycle
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

chanel avatar image
chanel Deactivated answered ramya commented
Yup, it works the same for all devices except for the original Clover Station. So your code that works on the Clover Mini should work on the Station 2018 as well.
3 comments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

ramya avatar image ramya commented ·

Hi Chanel,

Customer Mode not working for Clover Station 2018.

We have to use below code only for Station 2018 also?

getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_STABLE |View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION |View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN |View.SYSTEM_UI_FLAG_HIDE_NAVIGATION |View.SYSTEM_UI_FLAG_LOW_PROFILE |View.SYSTEM_UI_FLAG_FULLSCREEN |View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY)

Or is there any other solution?

We are created clover app that operates in kioskmode.Can you please suggest a solution

0 Likes 0 ·
Jeffrey Blattman avatar image Jeffrey Blattman ♦♦ ramya commented ·

In my tests it's working fine. Please try removing all the flags and *just* call CustomerMode.enable(true). If that doesn't work, please provide an MCVE that demonstrates the problem.

0 Likes 0 ·
ramya avatar image ramya Jeffrey Blattman ♦♦ commented ·

Thanks Jeffrey, Will check

0 Likes 0 ·

Welcome to the
Clover Developer Community