Package 

Interface OnInitCleverTapIDListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onInitCleverTapID(String cleverTapID) Callback to hand over generated cleverTapID to listener
      • Methods inherited from class java.lang.Object

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

      • onInitCleverTapID

         abstract void onInitCleverTapID(String cleverTapID)

        Callback to hand over generated cleverTapID to listener

        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