Home > @magiclane/maps-sdk > ActivationService > getActivationsForProduct
ActivationService.getActivationsForProduct() method
Returns activations found for the specified product.
Retrieves a list of ActivationInfo objects representing activations for productId that are stored on this device.
Signature:
static getActivationsForProduct(productId: string): ActivationInfo[];Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
productId |
string |
The product identifier for which to list activations |
Returns:
A list of ActivationInfo instances for the given product