Success

data class Success(val deviceInfo: List<String>, val licenseExpired: Boolean) : DeviceInfoResult

Successful result of a request to get device metadata.

Constructors

Link copied to clipboard
constructor(deviceInfo: List<String>, licenseExpired: Boolean)

Properties

Link copied to clipboard

A list of strings representing the device metadata.

Link copied to clipboard

Indicates if the license should be renewed.