AssociatedIdentifiers

class AssociatedIdentifiers(val ids: Map<String, String> = emptyMap()) : JsonSerializable(source)

Creates a map of associated identifier. Used to associate identifiers with Analytics.editAssociatedIdentifiers.

Constructors

Link copied to clipboard
constructor(ids: Map<String, String> = emptyMap())

Types

Link copied to clipboard
object Companion
Link copied to clipboard
abstract class Editor

Interface use to modify identifiers in the AssociatedIdentifiers object. All changes you make in the editor are batched, and not saved until you call apply().

Properties

Link copied to clipboard

Get the advertising ID.

Link copied to clipboard
Link copied to clipboard

Retrieves whether the user has limit ad tracking enabled or not.