You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To customize the time delay between successive in-app messages (default value of 30 seconds), set `IterableConfig.inAppDisplayInterval` to an appropriate value (in seconds).
735
735
736
-
### Mobile Inbox
736
+
### Mobile inbox
737
737
738
738
Apps using version 6.2.0 and later of this SDK can save in-app messages to an inbox. This inbox displays a list of saved in-app messages and allows users to read and interact with them at their convenience. The SDK provides a default user interface for the inbox, and it can be customized to match your brand's styles.
739
739
@@ -744,7 +744,7 @@ To configure an in-app message to use the inbox, marketers should:
744
744
- Enable the **Show in Inbox** toggle in the in-app message's template
745
745
- Choose whether or not to **Deliver Silently to Inbox** (so that the message does not display prominently when the device receives it, but can be viewed later by the user)
746
746
747
-
#### Mobile Inbox implementation guide
747
+
#### Mobile inbox implementation guide
748
748
749
749
When implementing an inbox, you'll work primarily with the `IterableInboxNavigationViewController` class, a subclass of `UINavigationController`. This class automatically instantiates `IterableInboxViewController` as its root view controller.
0 commit comments