Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 098dce6

Browse files
committed
README.MD updated.
1 parent 9b5950d commit 098dce6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.MD

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Push Sender #
22

3-
Push Sender is a Java library that allows sending push messages easily, based on the awesome libraries [gcm-server](https://github.com/theganyo/gcm-server) by [theganyo](https://github.com/theganyo) and (java-apns)[https://github.com/notnoop/java-apns] by (notnoop)[https://github.com/notnoop]. Send push messages with one line of code, forget about the rest, and focus on making on your application's business logic!
3+
Push Sender is a Java library that allows sending push messages easily, based on the awesome libraries [gcm-server](https://github.com/theganyo/gcm-server) by [theganyo](https://github.com/theganyo) and [java-apns](https://github.com/notnoop/java-apns) by [notnoop](https://github.com/notnoop). Send push messages with one line of code, forget about the rest, and focus on making on your application's business logic!
44

55
## Overview ###
66

@@ -79,6 +79,10 @@ public class MySender {
7979
}
8080
```
8181

82+
## Customizing ###
83+
+ You can customize any data sent on your push message with a `Map<String, String>` that contains any key-value pair you want to send.
84+
+ You can customize settings like max retries, collapse keys, production/sandbox environments, bulk size when sending simultaneous push messages on Android and more...
85+
8286
## Authors ##
8387
Feel free to contact Alvaro López at [email protected]!
8488

0 commit comments

Comments
 (0)