Skip to content

In App Messaging Pause Display #585

@ryanrampage1

Description

@ryanrampage1

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()

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions