Home > @magiclane/maps-sdk > ActivationInfo > (constructor)
ActivationInfo.(constructor)
Creates a new ActivationInfo instance.
Signature:
constructor(status: ActivationStatus, expiry: Date, licenseKey: string, appToken: string, deviceFingerprint: string, id: string);Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
status |
The status of this activation | |
|
expiry |
Date |
The UTC expiry time of this activation |
|
licenseKey |
string |
The license key that was used to perform the activation |
|
appToken |
string |
The application token that enables usage of related online services |
|
deviceFingerprint |
string |
UUID v4 that uniquely identifies the device |
|
id |
string |
UUID v4 that uniquely identifies this activation record on the device |