Reputation: 151
I'm looking for a way to customize default notifications that player receives from friend or other player. Currently there are only default notifications.
Upvotes: 3
Views: 207
Reputation: 6709
You must implement
com.google.android.gms.games.multiplayer.OnInvitationReceivedListener
.
Then you have to override onInvitationReceived
to display a custom notification when you receieve an invitation.
It's just that simple. Any other questions don't hesitate to ask :)
Upvotes: 3