copied
copied

Reputation: 151

Custom notifications for multiplayer invitation

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

Answers (1)

Ogen
Ogen

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

Related Questions