Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge branch 'README'
Browse files Browse the repository at this point in the history
  • Loading branch information
matzew committed Aug 8, 2014
2 parents bbe1cac + b6ba9b8 commit d32a2cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ Construct a ``` UnifiedMessage ``` using the ``` Builder ``` :
.masterSecret("8b2f43a9-23c8-44fe-bee9-d6b0af9e316b")
.aliases(Arrays.asList("john", "maria"))
.alert("Hello from Java Sender API!")
.sound("default")
.sound("default")
.badge("1") // iOS specific
.attribute("some_key", "some_value") // optional attributes specific to your app
.attribute("title", "Cool Title") // optional cordova Android specific attribute (default is appName)
.build();
```

Expand Down

0 comments on commit d32a2cb

Please sign in to comment.