boto / boto

For the latest version of boto, see https://github.com/boto/boto3 -- Python interface to Amazon Web Services

Home Page:http://docs.pythonboto.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add title in publish

guiljardim opened this issue · comments

I am using the boto to implement a push notification service on my back end.
I was reading the documentation, but found nothing about the publish that says about the title of the notification.
Is there any way I can add a title to my push notification?

For example:
Notification:
"Title"
"Notification message"