#1 added support for html flag
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
[](https://maven-badges.herokuapp.com/maven-central/de.svenkubiak/jpushover)
|
||||
[](http://travis-ci.org/svenkubiak/JPushover)
|
||||
[](https://www.versioneye.com/user/projects/54dcba12c1bbbd9bd700051a)
|
||||
|
||||
If this software is useful to you, you can support further development by using Flattr. Thank you!
|
||||
|
||||
@ -25,7 +24,7 @@ Usage
|
||||
|
||||
2) Use the JPushover object with the required informations were you want
|
||||
|
||||
new JPushover()
|
||||
JPushover.build()
|
||||
.token("MyToken")
|
||||
.user("MyUser")
|
||||
.message("MyMessage")
|
||||
@ -42,7 +41,7 @@ You can also validate a user and token using the following method
|
||||
|
||||
If you want more information and/or the response from the Pushover API, use the JPushoverResponse object.
|
||||
|
||||
JPushoverResponse jPushoverResponse = new JPushover()
|
||||
JPushoverResponse jPushoverResponse = JPushover()
|
||||
.token("MyToken")
|
||||
.user("MyUser")
|
||||
.message("MyMessage")
|
||||
|
Reference in New Issue
Block a user