enum class SxDeviceType
Enum representing possible device types for the smartcore platform.
| MOBILE | Mobile phones. By default everything with less than 600 pixel smallest width. | 
| TABLET | Tablets. By default everything with at least 600 pixel smallest width. | 
| getCurrent | fun getCurrent(context: Context): SxDeviceType |