-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
It would be great to be able to disable and enable showing an in app message until the app is initialized, currently it is showing up on our splash screen then being dismissed as the main activity starts.
Iterable provided the ability to disable and enable the display of the in app messages through the singleton. This also was valuable so we could block an in app message from popping up during a critical flow in the app.
A proposed API would look like
CustomerIO.instance().inAppMessaging().disable()
CustomerIO.instance().inAppMessaging().enable()
Reactions are currently unavailable