InApp NATIV Campaigns target your users by showing a message while the user is using your app. They are very effective in providing contextual information and help to cross-sell/up-sell on desired screens of your app or/and on desired actions performed by the user in your app.
Installing Android Dependency
Add the following dependency to the android/app/build.gradle file.
dependencies {
...
implementation("com.moengage:inapp:$sdkVersion")
}