mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
feat(airship): add isForeground to push received events (#4763)
* add onBackgroundPushReceived * add isForeground to PushReceivedEvent
This commit is contained in:
@@ -116,6 +116,7 @@ export interface PushTokenReceivedEvent {
|
||||
*/
|
||||
export interface PushReceivedEvent {
|
||||
pushPayload: PushPayload;
|
||||
isForeground: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user