Beamable SDK
|
Public Member Functions | |
GameRelayService (PlatformService platform, PlatformRequester requester) | |
Promise< GameRelaySyncMsg > | Sync (string roomId, GameRelaySyncMsg request) |
Promise< GameResults > | ReportResults (string roomId, params PlayerResult[] results) |
Report the results of the game to the platform. More... | |
|
inline |
Report the results of the game to the platform.
roomId | The ID of the game session. |
results | The array of PlayerResult to send to the platform for verification. |