|
|
fun cleanUpSubscriberAttributeCache(currentAppUserID: String): Unit |
|
|
fun clearSubscriberAttributesIfSyncedForSubscriber(appUserID: String): Unit |
|
|
fun getAllStoredSubscriberAttributes(): SubscriberAttributesPerAppUserIDMap
fun getAllStoredSubscriberAttributes(appUserID: AppUserID): SubscriberAttributeMap |
|
|
fun getUnsyncedSubscriberAttributes(): SubscriberAttributesPerAppUserIDMap
fun getUnsyncedSubscriberAttributes(appUserID: String): SubscriberAttributeMap |
|
|
fun setAttributes(appUserID: AppUserID, attributesToBeSet: SubscriberAttributeMap): Unit |