For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tracking

The Tracking API allows managing the completion of tracking in the Onboarding or Authentication Flow.

Features

  • Integrated session closure: When invoking the completion service, it is not necessary to call the method closeSession of the SDK Mobile/Web.

  • Validation completion: It must be invoked once all validations in the Flow have been completed.

Flow of work

  1. Run validations: Complete all validations of the Onboarding or Authentication Flow.

  2. Finish Tracking: Invoke the service finishTracking to close the tracking process.

Last updated