SDK Installation
Android Native
CTA Callback for Android
2min
Cooee SDK supports callback when users perform any action on in-app notifications & push notifications by returning a map of key-value pairs. Check for more Call to Action according to your industry.
Implements the CooeeCTAListener somewhere in your global code (like Application class) and override the following method:
And then set the interface instant to CooeeSDK
If your application is not using android.app.Application class to do anything, please remove the android:name in the application tag from the AndroidManifest.xml (if there).
Otherwise, if it is used/needed, use our com.letscooee.init.AppController class which already extends the android.app.Application class.
Updated 25 Mar 2024
Did this page help you?