This version of Unity is unsupported.
Method group is Obsolete

NetworkMatch.BasicResponseDelegate

Obsolete The matchmaker and relay feature will be removed in the future, minimal support will continue until this can be safely done.

Declaration

public delegate void BasicResponseDelegate(bool success, string extendedInfo);

Parameters

success Indicates if the request succeeded.
extendedInfo A text description of the failure if success is false.

Description

A delegate that can handle MatchMaker responses that return basic response types (generally only indicating success or failure and extended information if a failure did happen).