在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):urbanairship/java-library开源软件地址(OpenSource Url):https://github.com/urbanairship/java-library开源编程语言(OpenSource Language):Java 100.0%开源软件介绍(OpenSource Introduction):Airship Java Client LibraryThis is the official supported Java library for the Airship API. Please reach out to http://support.airship.com directly with any issues that need attention. DocumentationGeneral documentation can be found here: http://docs.airship.com/ Java client library documentation can be found here: https://docs.airship.com/api/libraries/java/ InstallationManual installationClone the repository, and use
to build the jar. Add the jar, located at a path similar to:
If you would like a copy of the javadocs, use
Maven InstallationAdd the following to your pom.xml <!-- Urban Airship Library Dependency-->
<dependency>
<groupId>com.urbanairship</groupId>
<artifactId>java-client</artifactId>
<version>VERSION</version>
<!-- Replace VERSION with the version you want to use -->
</dependency> Upgrading to 6.X.XSchedule requests now require a SchedulePayload object:
Schedule responses now contain an Immutable list of SchedulePayloadResponse objects instead of SchedulePayload objects inside the response body.
When creating a custom event request the CustomEventBody now requires CustomEventPropertyValue objects to support complex property objects.
CustomEventBody.getSessionId() will now return an Optional String instead of a String. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论