IServerReportListener

C++
struct IServerReportListener {
};
File

INetworkService.h

IServerReportListener::~IServerReportListener Destructor
C++
IServerReportListener::OnError Method
C++
virtual void OnError(EServerReportError) = 0;
IServerReportListener::OnPublicIP Method
C++
virtual void OnPublicIP(uint32, unsigned short) = 0;