Edit

Share via


PlayFabMultiplayer.OnLobbyFindLobbiesCompletedHandler delegate

Handler for when the operation started by a previous call to FindLobbies completed.

public delegate void OnLobbyFindLobbiesCompletedHandler(IList<LobbySearchResult> searchResults, 
    PFEntityKey searchingEntity, int result);
parameter description
searchResults The results returned by the search operation.
searchingEntity The entity provided to the call associated with this state change.
result Indicates that the search lobbies operation Succeeded or provides the reason that it failed.

See Also