AdaptyExternalAttributionProvider

An external attribution provider recognized by the Adapty backend.

The set of possible values is not limited to the predefined constants: new identifiers may be introduced over time. Instances are compared by value, so the predefined constants can be used for comparison.

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The raw string identifier of the external attribution provider.

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