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,
)

Surrounding whitespace is trimmed

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the provider identifier as sent over the wire, trimmed.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String