Skip to content

Commit

Permalink
feat(airship): add isForeground to push received events (#4763)
Browse files Browse the repository at this point in the history
* add onBackgroundPushReceived

* add isForeground to PushReceivedEvent
  • Loading branch information
MaximBelov authored Jul 11, 2024
1 parent 07bf7a9 commit 4e933e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/@awesome-cordova-plugins/plugins/airship/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export interface PushTokenReceivedEvent {
*/
export interface PushReceivedEvent {
pushPayload: PushPayload;
isForeground: boolean;
}

/**
Expand Down

0 comments on commit 4e933e8

Please sign in to comment.