public class DeviceInfoUtils
extends java.lang.Object
Constructor and Description |
---|
DeviceInfoUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getAppName()
Retrieves the name of the application.
|
static int |
getAppType()
Retrieves the type of the app.
|
static java.lang.String |
getAppVersion()
Retrieves the application version.
|
static java.lang.String |
getDeviceId()
Retrieves the device id.
|
static java.lang.String |
getIPAddress()
Retrieves the IP address.
|
static java.lang.String |
getMACAddress()
Retrieves the MAC address.
|
static int |
getOSType()
Retrieves the OS type.
|
static java.lang.String |
getOSVersion()
Retrieves the OS version.
|
static java.lang.String |
getSensitivitySdkVersion()
Retrieves the SensitivityIO version.
|
public static int getAppType()
public static java.lang.String getOSVersion()
public static int getOSType()
public static java.lang.String getAppName()
public static java.lang.String getAppVersion()
public static java.lang.String getSensitivitySdkVersion()
public static java.lang.String getIPAddress()
public static java.lang.String getMACAddress()
public static java.lang.String getDeviceId()