setIntegrationIdentifier
fun setIntegrationIdentifier(identifiers: List<AdaptyIntegrationIdentifier>, callback: ErrorCallback)
Sets the integration identifiers associated with the current profile.
Should not be called before activate
Parameters
identifiers
A list of AdaptyIntegrationIdentifier to associate with the profile.
callback
A result containing the optional AdaptyError.
Sets a single integration identifier associated with the current profile.
Should not be called before activate
Parameters
identifier
An AdaptyIntegrationIdentifier to associate with the profile.
callback
A result containing the optional AdaptyError.