mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +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 {
|
export interface PushReceivedEvent {
|
||||||
pushPayload: PushPayload;
|
pushPayload: PushPayload;
|
||||||
|
isForeground: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user