mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-04 00:13:06 +08:00
feat(local-notifications): added support for foreground option in version 0.9.0-beta.3 of cordova-plugin-local-notifications (#2506)
This commit is contained in:
parent
58615f1cab
commit
ae6e28de88
@ -125,7 +125,7 @@ export interface ILocalNotificationAction {
|
||||
/**
|
||||
* Specifies whether the action causes the app to launch in the foreground
|
||||
*/
|
||||
launch?: boolean;
|
||||
foreground?: boolean;
|
||||
|
||||
/**
|
||||
* If the value is 'decline' the action is displayed with special highlighting to indicate that it performs a destructive task
|
||||
@ -397,6 +397,7 @@ export interface ILocalNotification {
|
||||
* Set the token for the media session
|
||||
*/
|
||||
mediaSession?: string;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user