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