Package 

Interface SyncListener

    • Method Summary

      Modifier and Type Method Description
      abstract void profileDataUpdated(JSONObject updates)
      abstract void profileDidInitialize(String CleverTapID) Notifies Listener when deviceID is generated successfully.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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