PhoneGap 插件 PhoneGap-Plugin-Push

码农软件 · 软件分类 · 手机开发包 · 2019-05-05 14:11:24

软件介绍

PhoneGap-Plugin-Push 是 PhoneGap 注册和收到通知推送的插件。

要求 PhoneGap 5.0:

phonegap plugin add phonegap-plugin-push

支持:

  • Android

  • iOS

  • Windows Universal

代码示例:

   var push = PushNotification.init({ "android": {"senderID": "12345679"},
         "ios": {}, "windows": {} } );
    push.on('registration', function(data) {
        // data.registrationId
    });
    push.on('notification', function(data) {
        // data.message,
        // data.title,
        // data.count,
        // data.sound,
        // data.image, 
        // data.additionalData
    });
    push.on('error', function(e) {
        // e.message
    });

本文地址:https://codercto.com/soft/d/5077.html

CSS3 Solutions

CSS3 Solutions

Marco Casario / Apress / 2012-8-13 / GBP 35.50

CSS3 brings a mass of changes, additions, and improvements to CSS across a range of new modules. Web designers and developers now have a whole host of new techniques up their sleeves, from working wit......一起来看看 《CSS3 Solutions》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器