This version of Unity is unsupported.
Method group is Obsolete

NetworkManager.OnMatchList

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public void OnMatchList(bool success, string extendedInfo, List<MatchInfoSnapshot> matchList);

Parameters

success Indicates if the request succeeded.
extendedInfo A text description for the error if success is false.
matchList A list of matches corresponding to the filters set in the initial list request.

Description

Callback that happens when a NetworkMatch.ListMatches request has been processed on the server.