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.  | 
deviceType | 
val Context.deviceType: SxDeviceType | 
getCurrent | 
fun getCurrent(context: Context): SxDeviceType |