-
public interface OnInitCleverTapIDListenerNotifies about CleverTapID generation through callback
-
-
Method Summary
Modifier and Type Method Description abstract voidonInitCleverTapID(String cleverTapID)Callback to hand over generated cleverTapID to listener -
-
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
-
-
-
-