简体   繁体   English

Cordova Push插件在状态/通知栏中显示图像

[英]Cordova Push plugin Show Image in Status/Notification bar

I am working with a cordova app to send images as push notification. 我正在使用cordova应用程序发送图像作为推送通知。 I am getting all payload data in cold start. 我正在冷启动中获取所有有效负载数据。 How can I pass that data to notification bar? 如何将该数据传递到通知栏? Notification bar only shows title and message. 通知栏仅显示标题和消息。 How can I pass other data? 如何传递其他数据?

PushPlugin does not currently have this feature. PushPlugin当前不具有此功能。 To show an image in the notification bar, you will have to modify the plugin to create a notification with your image or any other data. 要在通知栏中显示图像,您将必须修改插件以使用图像或任何其他数据创建通知。 It will depend on your target platform. 这将取决于您的目标平台。 For Android , I have submitted this pull request for BigPictureStyle 对于Android ,我已经提交了有关BigPictureStyle的请求请求

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM