Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Mojca Rojko authored Aug 9, 2016
1 parent 32f2ac2 commit 6cc5feb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ Sending messages
device = FCMDevice.objects.all().first()
device.send_message("Title", "Message")
device.send_message(data_message={"test": "test"})
device.send_message(title="Title", body="Message", icon=..., data_message={"test": "test"})
Sending messages in bulk
------------------------
Expand Down

0 comments on commit 6cc5feb

Please sign in to comment.