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

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