umeng4j

友盟消息推送工具包

License

License

GroupId

GroupId

com.foxinmy
ArtifactId

ArtifactId

umeng4j
Last Version

Last Version

1.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

umeng4j
友盟消息推送工具包
Project URL

Project URL

https://github.com/foxinmy/umeng4j
Source Code Management

Source Code Management

https://github.com/foxinmy/umeng4j

Download umeng4j

How to add to project

<!-- https://jarcasting.com/artifacts/com.foxinmy/umeng4j/ -->
<dependency>
    <groupId>com.foxinmy</groupId>
    <artifactId>umeng4j</artifactId>
    <version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.foxinmy/umeng4j/
implementation 'com.foxinmy:umeng4j:1.1.3'
// https://jarcasting.com/artifacts/com.foxinmy/umeng4j/
implementation ("com.foxinmy:umeng4j:1.1.3")
'com.foxinmy:umeng4j:jar:1.1.3'
<dependency org="com.foxinmy" name="umeng4j" rev="1.1.3">
  <artifact name="umeng4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foxinmy', module='umeng4j', version='1.1.3')
)
libraryDependencies += "com.foxinmy" % "umeng4j" % "1.1.3"
[com.foxinmy/umeng4j "1.1.3"]

Dependencies

compile (1)

Group / Artifact Type Version
com.foxinmy : weixin4j-base jar 1.7.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

umeng4j

友盟消息推送

功能列表

单播 UniCast

列播 ListCast

广播 BroadCast

组播 GroupCast

文件播 FileCast

自定义播 CustomizedCast

任务查询

任务取消

文件上传

项目说明

友盟消息推送REST接口实现

如何使用

1.接口的正确调用需要将umeng4j.properties文件复制到项目的classpath

umeng4j.properties说明

属性名 说明
umeng4j.app.key 应用唯一标识
umeng4j.app.master.secret 服务器秘钥,用于服务器端调用API请求时对发送内容做签名验证

2.实例化一个UmengProxy对象,调用API.

UmengProxy umengProxy = new UmengProxy();
umengProxy.pushMessage(umengcast);

如何获取

1.maven

<dependency>
    <groupId>com.foxinmy</groupId>
    <artifactId>umeng4j</artifactId>
    <version>1.1.3</version>
</dependency>

2.git clone & mvn package.

Versions

Version
1.1.3
1.1.2
1.1.1
1.1.0
1.0