Constructor PlayerUpdateRequest
PlayerUpdateRequest(string, Dictionary<string, PlayerDataObject>, string)
The body of an Update Player Data request.
Declaration
[Preserve]
public PlayerUpdateRequest(string connectionInfo = null, Dictionary<string, PlayerDataObject> data = null, string allocationId = null)
Parameters
Type | Name | Description |
---|---|---|
string | connectionInfo | Connection information for connecting to a relay with this player. |
Dictionary<string, PlayerDataObject> | data | Custom game-specific properties to add, update, or remove from the player (e.g. |
string | allocationId | The |