Inbox Messaging
Use the MobilePush SDK to easily incorporate inbox functionality into your mobile app. The SDK enables you to download all active inbox messages to mobile devices each time your app is broght to the foreground.
Marketers can create an Inbox Only
message to deliver messages silently to the inbox or an Alert+Inbox
message to include push notifications with inbox messages.
Inbox messages are refreshed in the following scenarios.
- When an application comes to the foreground
- When an Inbox message is triggered by an
Alert+Inbox
message - When the SDK’s
refreshInbox
(on Android) orrefreshMessages
(on iOS) is called manually by the consuming application
For platform-specific guides on implementing Inbox Messaging, refer to the following articles.