nativescript-background-http file uploading notifications

早过忘川 提交于 2020-01-06 05:59:17

问题


I upload files to server and get notifications on my android device

What can I do to combine notifications into a stack?


回答1:


The plugin uses android-upload-service library which is responsible for publishing notifications. The library assigns a Group for each notification so everything is stacked, but if you want to combine them with a summary then you must explicitly create a summary notification with same group so everything will be combined into one.

This thread may show you how to create a summary notification, you will have to assign the same group used in the library.

You may also raise a feature request at android-upload-service.



来源:https://stackoverflow.com/questions/53253314/nativescript-background-http-file-uploading-notifications

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!