question

bobbygill avatar image
bobbygill asked bobbygill commented

What are the expected values for Brand.MODEL for the Flex v2 and Solo Station?

In developing an app for Clover, what criteria should be used to distinguish between Flex v2, Station, and Station Solo devices? While we have a Brand.MODEL condition in place, we are uncertain about the expected values for each device type. What values should we use for the condition, and are there any particular considerations we should keep in mind to ensure that the app performs optimally on all three device types?

Clover Android SDKClover FlexClover Station
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

·
Richelle Herrli avatar image
Richelle Herrli answered bobbygill commented

Rather than thinking of them in terms of brand and model, we recommend that you instead use Android libraries to determine the device's features and functionalities. For instance, Flex 3's camera spec was changed significantly from Flex 2. To make your app more flexible to these changes, any app using camera should be checking the camera's orientation to identify whether it's front-facing or rear-facing, landscape or portrait, etc.


You can find specs about the different devices here: https://docs.clover.com/docs/clover-devices

1 comment
10 |2000

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

bobbygill avatar image bobbygill commented ·
I understand your meaning. But we required that model condition as we have a different UI based on clover devices. Can you please help me with that?
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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

Welcome to the
Clover Developer Community