SDK Installation
Flutter

CTA Callback

2min

CTA Configuration

Flutter Plugin supports callback on the action of in-app notification buttons by returning a map of key-value pairs. Check for more Call to Action according to your industry.

To make use of this first set the InAppNotificationClickListener to your activity code:

Dart


Make sure you have a function created in your code :

Dart


Important Note

Please remove the android:name from application tag present the android/app/src/main/AndroidManifest.xml.