NetworkMatch.BasicResponseDelegate

Cambiar al Manual
public delegatevoid BasicResponseDelegate (bool success, string extendedInfo);

Parámetros

successIndicates if the request succeeded.
extendedInfoA text description of the failure if success is false.

Descripción

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