Skip to content

Commit

Permalink
feat(onesignal): Added notification stacking (#2512)
Browse files Browse the repository at this point in the history
* Added collapse_id

Added collapse_id to allow for notification stacking

* Update index.ts
  • Loading branch information
khevamann authored and danielsogl committed May 19, 2018
1 parent defb276 commit 7c35535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/@ionic-native/plugins/onesignal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7c35535

Please sign in to comment.