Package-level declarations

Types

Link copied to clipboard
open class DeviceInfo(val uniqueIdentifier: String, val brand: String, val model: String, val os: String, val osVersion: String)

The DeviceInfo class represents the information about the current device where the application is running

Link copied to clipboard
class WebDeviceInfo(    val uniqueIdentifier: String,     val brand: String,     val model: String,     val os: String,     val osVersion: String,     val browser: String,     val browserVersion: String) : DeviceInfo

The WebDeviceInfo class represents the information about the current browser (and related device) where the application is running

Properties

Link copied to clipboard
private const val APPLE_BRAND: String

APPLE_BRAND -> constant "apple" value

Link copied to clipboard
private const val CUSTOM_BUILD: String

CUSTOM_BUILD -> constant "Custom Build" value

Link copied to clipboard
private const val TO_BE_FILLED_BY_O_E_M: String

TO_BE_FILLED_BY_O_E_M -> constant "To Be Filled By O.E.M." value

Functions

Link copied to clipboard

Method to provide the current device information

Method to provide the current device information

Method to provide the current device information

Method to provide the current device information

Method to provide the current device information