AddOrUpdateLobbyAttributes
method in Coherence.Cloud.LobbyOwnerSession
Methods
public void AddOrUpdateLobbyAttributes(List<CloudAttribute> attributes, Action<RequestResponse<bool>> onRequestFinished)
Through this method you will be able to add new Attributes or update existing Attributes. Deleting existing Attributes is not supported, the list supplied as parameter will be merged with your current Attributes if the request succeeds with the backend.
Parameters
Type | Name | Description |
---|---|---|
List<CloudAttribute> | attributes | List of Attributes to be added or updated from the current Lobby. |
Action<RequestResponse<bool>> | onRequestFinished | Callback that will be invoked when the request finished. |