AdaptyExternalAttributionProvider
An external attribution provider recognized by the Adapty backend.
The predefined values below are a snapshot of the providers available when this SDK version was released. If the backend adds another provider, pass its identifier straight to the constructor without waiting for an SDK update — unknown ids arrive unchanged rather than collapsing into an "unknown" constant:
Adapty.updateExternalAttribution(
attribution = mapOf("status" to "organic"),
provider = AdaptyExternalAttributionProvider.APPSFLYER,
)Content copied to clipboard
Surrounding whitespace is trimmed