AdaptyIntegrationIdentifier

An identifier of a third-party integration to be associated with the profile.

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

Constructors

Link copied to clipboard
constructor(key: AdaptyIntegrationIdentifier.Key, value: String)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class Key(value: String)

A key of an integration identifier.

Properties

Link copied to clipboard

The Key of the integration identifier.

Link copied to clipboard

The raw value of the integration identifier.

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