Device

data class Device(val binary_version: String, val device_id: String)

A class that represents a device to provide information to the server.

Constructors

Link copied to clipboard
fun Device(binary_version: String, device_id: String)

Properties

Link copied to clipboard

the application binary version

Link copied to clipboard
var build: String? = null

The ID of the current build of an app loaded from a Live Update

Link copied to clipboard

the ID of the device

Link copied to clipboard

The native device platform

Link copied to clipboard

The version of the platform operating system

Link copied to clipboard
var snapshot: String? = null

The ID of the current snapshot of an app loaded from a Live Update