Skip to content

Commit

Permalink
Update type
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Apr 19, 2024
1 parent 09665e9 commit 6c88d04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cordova-airship/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ export interface PushTokenReceivedEvent {
*/
export interface PushReceivedEvent {
pushPayload: PushPayload;

/**
* Indicates whether the push was received when the application was in the background or foreground.
*/
isForeground: boolean;
}

/**
Expand Down

0 comments on commit 6c88d04

Please sign in to comment.