android - How to get number of pending matches with Google Play -


what best way number of pending matches google player game services?

i thinking of loading current matches, filtered ones a) turn pending or b) have invitation pending.

the way see this, using loadmatchesbystatus, seems major overkill, async load all match data, care number of matches (i don't need of match data).

are aware of in api provide me way find number of pending games, without loading of game data?

thanks!

currently there no way load 'count' of matches without loading rest of match metadata.

i assume using kind of notification badge/alert. if concerned performance keep track of counter locally. example increment whenever turn notification, decrement when take turn, etc.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -