How to send match data to specific user? #49
-
I tried to send match data to a specific user or group. |
Beta Was this translation helpful? Give feedback.
Answered by
obrunsmann
May 15, 2023
Replies: 1 comment
-
The respective methods to send and receive data for a match are
Yep: Future<model.Session> sessionRefresh({
required model.Session session,
Map<String, String>? vars,
}); From the nakama client |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
obrunsmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The respective methods to send and receive data for a match are
sendMatchData
andonMatchData
.Yep:
From the nakama client