AliasProvider

abstract class AliasProvider(val tag: String)

Extend to provide custom aliases to be identified to Permutive. Tag should be unique for the source, and match what is used for other platforms (web/iOS), or the user will not be identified correctly.

To set the identity/properties call setAlias, afterwards the Permutive SDK will attempt to identify the user.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
interface Service

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
val tag: String