Skip to content

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

Closed
wants to merge 4 commits into from
Closed

add analytics_label in FcmOptions #303

wants to merge 4 commits into from

Conversation

chemidy
Copy link
Contributor

@chemidy chemidy commented Jun 28, 2019

-add analytics_label in FcmOptions

#301

@stripathi669
Copy link

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)

@chemidy
Copy link
Contributor Author

chemidy commented Jul 3, 2019

I have to add tests and fix some bug in my PR before :)

Copy link
Contributor

@hiranya911 hiranya911 left a 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):
Copy link
Contributor

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One more empty line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants