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
- Added a new method - `setAutoDisplayPaused` to `InAppManager`. This method pauses the display of in-app messages and can be used to prevent interruptions in certain areas of your app.
21
+
22
+
#### Changed
23
+
- Changed `messageId` argument to be non-null in `trackPushOpen`.
24
+
25
+
#### Fixed
26
+
- Fixed an issue where the in-app message queue wasn't being refreshed on app launch.
27
+
- Removed warning messages from logs when using string resources for notification channel name.
0 commit comments