Home > @magiclane/maps-sdk > ActivationService > isActive
ActivationService.isActive() method
Checks whether the given product is currently active on the device.
Signature:
static isActive(productId: string): boolean;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
productId |
string |
The product identifier to query |
Returns:
boolean
True if the product is active on this device, otherwise false