mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-04 00:13:06 +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;
|
wp_wns_sound?: string;
|
||||||
data?: any;
|
data?: any;
|
||||||
buttons?: any;
|
buttons?: any;
|
||||||
|
collapse_id?: string;
|
||||||
small_icon?: string;
|
small_icon?: string;
|
||||||
large_icon?: string;
|
large_icon?: string;
|
||||||
big_picture?: string;
|
big_picture?: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user