public class

AssociatedIdentifiers

extends Object
java.lang.Object
   ↳ com.urbanairship.analytics.AssociatedIdentifiers

Class Overview

Creates a map of associated identifier. Used to associate identifiers with associateIdentifiers(AssociatedIdentifiers).

Summary

Nested Classes
class AssociatedIdentifiers.Builder  
Constants
int MAX_CHARACTER_COUNT Max character count for an ID or key.
int MAX_IDS Max number of associated identifiers that can be set at a time.
Public Methods
Map<StringString> getIds()
Gets the associated identifiers as a unmodifiable map.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int MAX_CHARACTER_COUNT

Max character count for an ID or key.

Constant Value: 255 (0x000000ff)

public static final int MAX_IDS

Max number of associated identifiers that can be set at a time.

Constant Value: 100 (0x00000064)

Public Methods

public Map<StringString> getIds ()

Gets the associated identifiers as a unmodifiable map.

Returns
  • The associated identifiers.