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

Parameters

successIndicates if the request succeeded.
extendedInfoA text description for the error if success is false.
matchListA 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.