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.
Changed
Changed messageId argument to be non-null in trackPushOpen.
Fixed
Fixed an issue where the in-app message queue wasn't being refreshed on app launch.
Removed warning messages from logs when using string resources for notification channel name.