Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The configuration structure used to specify how a FindLobbies operation should be performed.
public class LobbySearchConfiguration
Public Members
| name | description |
|---|---|
| LobbySearchConfiguration() | The default constructor. |
| ClientSearchResultCount { get; set; } | An optional value which, when specified, will limit the number of results provided in the completion response. |
| FilterString { get; set; } | The query string used to filter which lobbies are returned in the search results. |
| FriendsFilter { get; } | A filter that, when provided, will constrain the lobby search operation to only those owned by the members of that player's various friend lists. |
| SortString { get; set; } | The query string used to sort the lobbies returned in the search results. |
See Also
- namespace PlayFab.Multiplayer