Table of Contents

AddOrUpdateLobbyAttributesAsync

Methods
public Task<bool> AddOrUpdateLobbyAttributesAsync(List<CloudAttribute> attributes)

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.

Returns
Type Description
Task<bool>