- 
                Notifications
    You must be signed in to change notification settings 
- Fork 9
In app messages
In-App messages are a type of communication tool with mobile users that includes banners, pop-ups and other formats that appear on screen of mobile applications while users are interacting with it. Read more documentation
Previously known as
Full-featured In-App notifications.
Feature is available since 10.0.0 version.
In-App messages are disabled by default. Without enabling In-App messages MMNotificationMessageReceived event is triggered, but In-App not processed and not displayed within WebView.
Enabling this feature also enables JavaScript execution on the webView for the feature proper work.
To set up In-App messages for Mobile Messaging SDK plugin, put fullFeaturedInAppsEnabled: true in configuration:
mobileMessaging.init({
        ...
            fullFeaturedInAppsEnabled: true,
        ...
});For more information about In-App messages on Android platform, please refer to Android SDK In-App messages documentation
For more information about In-App messages on iOS platform, please refer to iOS SDK In-App messages documentation
If you have any questions or suggestions, feel free to send an email to [email protected] or create an issue.
- Library events
- Server errors
- Users and installations
- Messages and notifications management
- Inbox
- Privacy settings
- In‐app chat
- WebRTC Calls and UI
- Migration guides
- JSON Web Token (JWT) structure and generation example