-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add an AppHighlightAlert targeting coachco2 #2022
Conversation
zatteo
commented
Oct 20, 2023
Multiple AppHighlightAlert will be available soon. We need to be able to : - check the available ones => flag enabled for backup example - check the displayable ones => at second time we open the home for backup example - select one to display when there are multiple displayables ones - do not display anymore when an AppHighlightAlert has been shown
BundleMonFiles updated (2)
Unchanged files (11)
Total files change +1.12KB +0.04% Final result: ✅ View report in BundleMon website ➡️ |
If we want to display an HighlightAlert at first launch, APP_START_COUNT_KEY is NaN. NaN ?? 0 => NaN NaN || 0 => 0
const appHighlightAlerts = [ | ||
getBackupAppHighlightAlert(), | ||
getGeolocationTrackingAppHighlightAlert() | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So the first in that array has the priority, and so on?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. We did not chose any way to set a priority for the moment.