SmartFoxServer 3 C++ Client API 3.1.0-beta
Client API for SmartFoxServer 3
Loading...
Searching...
No Matches
sfs3::requests::RoomExtension Struct Reference

The server side Extension to attach to a Room upon creation. More...

#include <RoomSettings.h>

Public Member Functions

 RoomExtension (std::string id, std::string className)

Public Attributes

std::string id
 The name of the Extension, as deployed on the server.
std::string className
 The fully qualified name of the Extension's main class.
std::string propertiesFile
 An optional properties file to load with the Extension; not sent when empty.

Detailed Description

The server side Extension to attach to a Room upon creation.

Constructor & Destructor Documentation

◆ RoomExtension()

sfs3::requests::RoomExtension::RoomExtension ( std::string id,
std::string className )
inline
Parameters
idthe name of the Extension, as deployed on the server
classNamethe fully qualified name of the Extension's main class

The documentation for this struct was generated from the following file:
  • requests/RoomSettings.h