|
|
Collect GPS ID, ANDROID ID and sets IP to true automatically
fun collectDeviceIdentifiers(appUserID: String, applicationContext: Application): Unit |
|
|
fun getUnsyncedSubscriberAttributes(appUserID: String): SubscriberAttributeMap |
|
|
fun markAsSynced(appUserID: String, attributesToMarkAsSynced: Map<String, SubscriberAttribute>, attributeErrors: List<SubscriberAttributeError>): Unit |
|
|
fun setAttribute(key: SubscriberAttributeKey, value: String?, appUserID: String): Unit |
|
|
fun setAttributes(attributesToSet: Map<String, String?>, appUserID: String): Unit |
|
|
Set the specific ID for the specified attribution network. It also collects GPS ID, ANDROID ID and sets
IP to true automatically.
fun setAttributionID(attributionKey: AttributionIds, value: String?, appUserID: String, applicationContext: Application): Unit |
|
|
fun synchronizeSubscriberAttributesForAllUsers(currentAppUserID: AppUserID): Unit |