Maps SDK for C++ 1.0.0
Loading...
Searching...
No Matches
gem::ActivationInfo Struct Reference

Activation Info structure, which provides details about a product activation found on the device. More...

Collaboration diagram for gem::ActivationInfo:

Public Attributes

EActivationStatus status = EActivationStatus::NA
 The status in which the activation currently is.
gem::Time expiry
 The expiry time of this activation.
gem::String licenseKey
 The license key that was used to perform the activation.
gem::String appToken
 The application token which enables usage of online services where it applies.
gem::String deviceFingerprint
 An UUID v4 used to uniquely identify this device. Necessary when deactivation is preformed.
gem::String id
 An UUID v4 used to uniquely identify this activation on this device.

Detailed Description

Activation Info structure, which provides details about a product activation found on the device.