GithubHelp home page GithubHelp logo

jpush_java_sdk's Introduction

JPush_Java_SDK

简化JPush推送信息封装,构建工具类直接调用推送:

1、所有推送信息都封装在 JPushPayload 类中,所以整个推送思路就是构建好 JPushPayload 对象;

2、JPushPayload 类封装了推送平台、推送目标、推送通知信息对象、推送message信息对象,需要分别构建好这些内容;

3、推送方法一共四种:

① sendPush(JPushPayload jPushPayload)  限:1000个别名alias、20个标签tag以下的推送(立即推送)
② sendPushSchedule(String name, String time, JPushPayload jPushPayload) 限:1000个别名alias、20个标签tag以下的推送(定时推送)
③ sendPushes(JPushPayload jPushPayload) 批量不限制别名alias、标签tag 个数(立即推送)
④ sendPushesSchedule(final String name, final String time, JPushPayload jPushPayload) 批量不限制别名alias、标签tag 个数(定时推送)

jpush_java_sdk's People

Contributors

jimmieran avatar ranji13 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.