Hello, all.
I am wondering:
How can I programmatically figure out which device type is running my application? Essentially, my application needs to figure out if it is a clover mini, station, mobile, etc that is the host device, and then from there the workflow will ensue.
I have found the class: Device in the clover sdk and also another class: DeviceType. Will either of these classes be able to solve this? Perhaps I can use the DeviceType.getModel() method and compare the result to a list of clover device models (if this works where might I be able to find a list of all of the clover models)?
Any information would help. Thanks!