-
@Deprecated() public interface CTProductConfigListener
Interface definition for a callback to be invoked when Product Config APIs are invoked
-
-
Method Summary
Modifier and Type Method Description abstract voidonActivated()Receives a callback whenever Product Config gets activated. abstract voidonFetched()Receives a callback whenever Product Config is fetched. abstract voidonInit()Receives a callback whenever Product Config initialises. -
-
Method Detail
-
onActivated
@Deprecated() abstract void onActivated()
Receives a callback whenever Product Config gets activated.
-
onFetched
@Deprecated() abstract void onFetched()
Receives a callback whenever Product Config is fetched.
-
onInit
@Deprecated() abstract void onInit()
Receives a callback whenever Product Config initialises.
-
-
-
-