Class: SystemUtils

coreutils. SystemUtils


new SystemUtils()

Static helper class for system info

Methods


<static> getIOSVersion()

Get iOS version
Returns:
version
Type
String

<static> isAndroid()

Check if current system is Android
Returns:
is / is not
Type
boolean

<static> isDesktop()

Check if current system is desktop
Returns:
is / is not
Type
boolean

<static> isIOS()

Check if current system is iOS
Returns:
is / is not
Type
boolean

<static> isMobile()

Check if current system is mobile
Returns:
is / is not
Type
boolean