Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev -> staging (core-v3.2.0) #716

Merged
merged 11 commits into from
Oct 1, 2024
Merged

dev -> staging (core-v3.2.0) #716

merged 11 commits into from
Oct 1, 2024

Conversation

praveek
Copy link
Contributor

@praveek praveek commented Oct 1, 2024

  • Added new constants to AEPError.
  • Added the SuppressedByAppDeveloper constant to indicate that the in-app message was not displayed because it was rejected by the app developer via the PresentationDelegate.

rymorale and others added 11 commits September 24, 2024 09:40
- rename DelegateGateNotMet` to `SuppressedByAppDeveloper`.
- update conflict and suppressed by app developer error reasons to match the ones in-use in the iOS core
add `SuppressedByAppDeveloper` to `PresentationError` interface
the coroutine children cancellation was causing all other coroutines other than the first to be cancelled early. this led to some race condition like behavior when determining if a presentable conflict had occurred. removing the children cancellation should have no effect on the event handling done in the `DefaultInAppMessageEventHandler`.
remove cancellation of coroutine children
@praveek praveek requested review from prudrabhat and rymorale October 1, 2024 19:32
@praveek praveek merged commit 78b9713 into staging Oct 1, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants