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

Commit

Permalink
<modify> parameter priority
Browse files Browse the repository at this point in the history
  • Loading branch information
timakin committed Jul 4, 2017
1 parent 04ab774 commit b33e014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ func main() {
if *iOSToken != "" {
req.Notifications[i].Tokens = append(req.Notifications[i].Tokens, *iOSToken)
req.Notifications[i].Platform = 1
req.Notifications[i].Title = "Greeting"
req.Notifications[i].Message = "Hello, iOS!"
req.Notifications[i].Title = "Greeting"
req.Notifications[i].Subtitle = "greeting"
req.Notifications[i].Badge = 1
req.Notifications[i].Sound = "default"
Expand Down

0 comments on commit b33e014

Please sign in to comment.