-
Notifications
You must be signed in to change notification settings - Fork 333
add analytics_label in FcmOptions #303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I came here to raise the same request. Thank you for that. Any rough idea when can we see this in pypi release? In terms of (weeks or months etc) |
I have to add tests and fix some bug in my PR before :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks rather incomplete. I don't see the code that handles JSON serialization of new types. Also no test cases for the new functionality.
def __init__(self, analytics_label=None): | ||
self.analytics_label = analytics_label | ||
|
||
class FcmOptions(object): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add one more empty line.
|
||
def __init__(self, analytics_label=None): | ||
self.analytics_label = analytics_label | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more empty line.
-add analytics_label in FcmOptions
#301