-
@Deprecated() public interface SyncListener
☠
Deprecated as of version and will be removed in future versionsUse getCleverTapID instead
-
-
Method Summary
Modifier and Type Method Description abstract voidprofileDataUpdated(JSONObject updates)abstract voidprofileDidInitialize(String CleverTapID)Notifies Listener when deviceID is generated successfully. -
-
Method Detail
-
profileDataUpdated
abstract void profileDataUpdated(JSONObject updates)
-
profileDidInitialize
abstract void profileDidInitialize(String CleverTapID)
Notifies Listener when deviceID is generated successfully.
- Parameters:
CleverTapID- Identifier, can be Custom CleverTapID, Google AD ID or SDK generated CleverTapID⚠ Callback will be received on mainthread, so avoid doing any lengthy operations from this callback
-
-
-
-