Home > @magiclane/maps-sdk > ActivationService > completeActivation

ActivationService.completeActivation() method

Completes an activation that required an extra manual step.

Used when the activation flow required an out-of-band/manual request. Pass the activationResponseBlob obtained from the manual activation service call to finalize the activation locally.

This method is used to complete activations that could not be completed in a single call, for example when manual verification or additional authentication steps are required.

Signature:

static completeActivation(activationResponseBlob: string): [any, string];

Parameters

Parameter

Type

Description

activationResponseBlob

string

The response blob returned by the activation service. This is the response from an out-of-band activation request.

Returns:

[any, string]

A tuple containing: - GemError: Result code describing the outcome - String: A hint or additional information from the platform