java.lang.Object | |
↳ | com.urbanairship.analytics.AssociatedIdentifiers.Builder |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AssociatedIdentifiers.Builder() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AssociatedIdentifiers |
create()
Creates the AssociatedIdentifiers instance.
| ||||||||||
AssociatedIdentifiers.Builder |
setAdvertisingId(String adId)
Sets the Android advertising ID.
| ||||||||||
AssociatedIdentifiers.Builder |
setIdentifier(String key, String value)
Sets an identifier.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Creates the AssociatedIdentifiers instance.
Sets the Android advertising ID.
adId | The Android advertising ID. |
---|
Sets an identifier.
key | The custom ID's key. |
---|---|
value | The custom ID's value. |