Skip to content

Commit

Permalink
feat(local-notifications): Allowing local notifications to be deliver…
Browse files Browse the repository at this point in the history
…ed silently while app is in foreground (iOS only) (#1921)

Co-authored-by: Camilo Calvo-Alcaniz <[email protected]>
Co-authored-by: Mike Summerfeldt <[email protected]>
  • Loading branch information
3 people authored Jul 24, 2024
1 parent 33bdae1 commit 9421137
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions local-notifications/src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,15 @@ export interface LocalNotificationSchema {
* @since 1.0.0
*/
inboxList?: string[];

/**
* If true, notification will not appear while app is in the foreground.
*
* Only available for iOS.
*
* @since 5.0.0
*/
silent?: boolean;
}

/**
Expand Down

0 comments on commit 9421137

Please sign in to comment.