5 Star 25 Fork 15

华为移动服务 / hms-push-serverdemo-java

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 3.95 KB
一键复制 编辑 原始数据 按行查看 历史
HMSPushKit 提交于 2023-06-26 11:27 . update README.md.

HMS Pushkit Java Severdemo

English | 中文

Table of Contents

Introduction

Java sample code encapsulates APIs of the HUAWEI Push Kit server. It provides many sample programs for your reference or usage.

The following table describes packages of Java sample code.

Package Description
examples Sample code packages. Each package can run independently.
messaging Package where APIs of the HUAWEI Push Kit server are encapsulated.

Supported Environments

For HUAWEI Push Kit, JDK 8.0 or later and IntelliJ IDEA are recommended.

Installation

Configure your build tool to import the sample code into your IDE.

Configuration

The following table lists parameters to be set.

Parameter Description
appid App ID, which is obtained from app information.
appsecret Secret access key of an app, which is obtained from app information.
token_server URL for the Huawei OAuth 2.0 service to obtain a token, please refer to Generating an App-Level Access Token.
push_open_url URL for accessing HUAWEI Push Kit, please refer to Sending Messages.

Sample Code

1. Send an Android data message.

Code location: examples/SendDataMessage.java

2. Send an Android notification message.

Code location: examples/SendNotifyMessage.java

3. Send a message by topic.

Code location: examples/SendTopicMessage.java

4. Send a message by conditions.

Code location: examples/SendConditionMessage.java

5. Send a message to a Huawei quick app.

Code location: examples/SendInstanceAppMessage.java

6. Send a message through the WebPush agent.

Code location: examples/SendWebpushMessage.java

7. Send a message through the APNs agent.

Code location: examples/SendApnsMessage.java

8. Send a test message.

Code location: examples/SendTestMessage.java

Technical Support

If you want to evaluate more about HMS Core, r/HMSCore on Reddit is for you to keep up with latest news about HMS Core, and to exchange insights with other developers.

If you have questions about how to use HMS samples, try the following options:

  • Stack Overflow is the best place for any programming questions. Be sure to tag your question with huawei-mobile-services.
  • Huawei Developer Forum HMS Core Module is great for general questions, or seeking recommendations and opinions.

If you run into a bug in our samples, please submit an issue to the Repository. Even better you can submit a Pull Request with a fix.

License

Pushkit Java sample is licensed under the Apache License, version 2.0.

Java
1
https://gitee.com/hms-core/hms-push-serverdemo-java.git
git@gitee.com:hms-core/hms-push-serverdemo-java.git
hms-core
hms-push-serverdemo-java
hms-push-serverdemo-java
master

搜索帮助