Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jpush-api-python-client
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
jpush-api-python-client
Commits
b690c1cc
Commit
b690c1cc
authored
Feb 27, 2019
by
jinwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revised comments
parent
e22f1d33
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
payload.py
jpush/push/payload.py
+3
-3
No files found.
jpush/push/payload.py
View file @
b690c1cc
...
@@ -45,13 +45,13 @@ def ios(alert=None, badge='+1', sound=None, content_available=False,
...
@@ -45,13 +45,13 @@ def ios(alert=None, badge='+1', sound=None, content_available=False,
:keyword sound: An string sound file to play.
:keyword sound: An string sound file to play.
:keyword content_available: If True, pass on the content-available command
:keyword content_available: If True, pass on the content-available command
for Newsstand iOS applications.
for Newsstand iOS applications.
:keyword extra: A set of key/value pairs to include in the push payload
:keyword extra
s
: A set of key/value pairs to include in the push payload
sent to the device.
sent to the device.
:keyword sound_disalbe: Disable sound to implement slient push.
:keyword sound_disalbe: Disable sound to implement slient push.
>>> ios(alert='Hello!', sound='cat.caf',
>>> ios(alert='Hello!', sound='cat.caf',
... extra={'articleid': '12345'})
... extra
s
={'articleid': '12345'})
{'sound': 'cat.caf', 'extra': {'articleid': '12345'}, 'alert': 'Hello!'}
{'sound': 'cat.caf', 'extra
s
': {'articleid': '12345'}, 'alert': 'Hello!'}
"""
"""
payload
=
{}
payload
=
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment