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

Parámetros

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.

Descripción

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