Skip to content

feat(api): add foregroundWillDisplay event, preventDefault() and notification.display()#1426

Merged
sherwinski merged 1 commit intomainfrom
feat/api/preventdefault-display-foregroundwilldisplay
Feb 27, 2026
Merged

feat(api): add foregroundWillDisplay event, preventDefault() and notification.display()#1426
sherwinski merged 1 commit intomainfrom
feat/api/preventdefault-display-foregroundwilldisplay

Conversation

@sherwinski
Copy link
Contributor

@sherwinski sherwinski commented Feb 26, 2026

Description

1 Line Summary

Adds the foregroundWillDisplay event to the API spec as well as preventDefault() and notification.display() added in #1418

Details

Systems Affected

  • WebSDK
  • Backend
  • Dashboard

Validation

Tests

Info

Checklist

  • All the automated tests pass or I explained why that is not possible
  • I have personally tested this on my machine or explained why that is not possible
  • I have included test coverage for these changes or explained why they are not needed

Programming Checklist
Interfaces:

  • Don't use default export
  • New interfaces are in model files

Functions:

  • Don't use default export
  • All function signatures have return types
  • Helpers should not access any data but rather be given the data to operate on.

Typescript:

  • No Typescript warnings
  • Avoid silencing null/undefined warnings with the exclamation point

Other:

  • Iteration: refrain from using elem of array syntax. Prefer forEach or use map
  • Avoid using global OneSignal accessor for context if possible. Instead, we can pass it to function/constructor so that we don't call OneSignal.context

Screenshots

Info

Checklist

  • I have included screenshots/recordings of the intended results or explained why they are not needed

Related Tickets



This change is Reviewable

@sherwinski sherwinski merged commit 3afbde9 into main Feb 27, 2026
5 checks passed
@sherwinski sherwinski deleted the feat/api/preventdefault-display-foregroundwilldisplay branch February 27, 2026 01:49
@github-actions github-actions bot mentioned this pull request Feb 27, 2026
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.

2 participants