SDK Installation
Android Native

CTA Callback for Android

2min

CTA Configuration

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:

Java
Kotlin


And then set the interface instant to CooeeSDK

Java
Kotlin


Handle Application Name

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.