Android
Last updated
The 1.29.1 release introduces support for userProfileId across the Activation and Legal Documents services. This identifier is now critical for fetching user-specific legal documents and handling activation responses.
All public methods (getLegalDocuments, getLegalDocumentContent, submitConsent) now require userProfileId: String as a parameter.
The Activation object returned by activate() has been updated. It now includes userProfileId and userId.
The existing id field is now deprecated in favor of userId.
Last updated