com.urbanairship.contacts.ContactConflictListener |
Contact conflict listener.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
onConflict(ContactData anonymousContactData, String namedUserId)
Called when an anonymous user data will be lost due to the device being associated to an existing contact or
when the device is associated to a contact outside of the SDK.
|
Called when an anonymous user data will be lost due to the device being associated to an existing contact or when the device is associated to a contact outside of the SDK.
anonymousContactData | The anonymous contact data. |
---|---|
namedUserId | The named user ID. Will be null if the conflict happens outside of the SDK. |