Version: 2019.4
LanguageEnglish
  • C#
Method group is Obsolete

NetworkMatch.BasicResponseDelegate

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

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).