Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated documentation
  • Loading branch information
hiranya911 committed Aug 1, 2018
commit ac80fd12e7500e1717d6c731ef34b27e38a9fa89
1 change: 1 addition & 0 deletions firebase_admin/messaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ def __init__(self, headers=None, data=None, notification=None):


class WebpushNotificationAction(object):
"""An action available to the users when the notification is presented."""

def __init__(self, action, title, icon=None):
self.action = action
Expand Down