mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-03 16:03:02 +08:00
feat(onesignal): Added notification stacking (#2512)
* Added collapse_id Added collapse_id to allow for notification stacking * Update index.ts
This commit is contained in:
parent
defb276b22
commit
7c355350fe
@ -60,6 +60,7 @@ export interface OSNotification {
|
||||
wp_wns_sound?: string;
|
||||
data?: any;
|
||||
buttons?: any;
|
||||
collapse_id?: string;
|
||||
small_icon?: string;
|
||||
large_icon?: string;
|
||||
big_picture?: string;
|
||||
|
Loading…
Reference in New Issue
Block a user