Skip to content

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

@thomasdola

Description

@thomasdola

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions