君莫笑7777
君莫笑7777
  • 发布:2019-07-19 09:25
  • 更新:2019-08-13 14:00
  • 阅读:801

#插件讨论# 【 payment-monitor - lhalcyon 】怎么用

分类:uni-app
       // params 是string的map  ,主要key有 type,time,title,money,content,transferor 等 。能列下所有参数吗?  

initNotificationCallback 方法会在后台运行吗?

2019-07-19 09:25 负责人:无 分享
已邀请:
lhalcyon

lhalcyon - nothing

是的,相当于启动了一个Android Service , 所以要保持监听.需要手动给应用设置自启动,后台运行等权限. 监听参数就这些, 除了transferor 可能是null 其他都有值.

有兴趣可以看下 安卓实现 https://github.com/lhalcyon/payment-listener 支持收钱吧, 支付宝, 微信,云闪付等通知监听

君莫笑7777

君莫笑7777 (作者)

vue页面的代码:
const weexPluginListener = weex.requireModule('lhalcyon-payment-monitor');

报错 :
[JS Framework] using unregistered weex module "lhalcyon-payment-monitor"

下载的插件已经放在 根目录下的:
【nativeplugins】【lhalcyo-payment-monitor】【android】【payment-monitor-release.aar】

tinaya

tinaya - 学习学习在学习

有源码吗

该问题目前已经被锁定, 无法添加新回复