


We implemeted everything on Android but message is not displayed on trigger and we got this message. Can you help with this message?
thanks
ADBMobile Error : Message - No Current Activity (Messages must have a reference to the current activity to work properly)
Solved! Go to Solution.
Views
Replies
Total Likes
In order to use in-app messages in Android, we need a reference to the current activity. You can reference by passing it in with the Config.collectLifecycleData(Activity activity); method. This method previously existed with no parameters, but a new overloaded version allows users to pass in the current activity.
Step 4.
Views
Replies
Total Likes
In order to use in-app messages in Android, we need a reference to the current activity. You can reference by passing it in with the Config.collectLifecycleData(Activity activity); method. This method previously existed with no parameters, but a new overloaded version allows users to pass in the current activity.
Step 4.
Views
Replies
Total Likes