


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)
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Sign in to like this content
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
Sign in to like this content
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
Sign in to like this content
Total Likes