Skip to content
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

subscribing and unsubcribing to/from many topics dynamically? #9

Open
thomasdola opened this issue Mar 2, 2016 · 0 comments
Open

Comments

@thomasdola
Copy link

first of all thanks for this awesome library.
from what i got from your readme => i can only call GMCManager.getInstance(this).subscribeTopic("Gospel"); from onDeviceRegisted.
but i have a case where the user can follow and unfollow many music genres withing a single activity.
=>when the user click follow -> say: Gospel, HipHop
=> i have to call GCMManager.getInstance(this).subscribeTopic("Gospel"); and the same function for
for the HipHop Genre.
=>Same process applies to unfollowing the generes.
So how can i do that? And how will i know onDeviceRegistered() has been called?

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

No branches or pull requests

1 participant