Package | Description |
---|---|
com.smartfoxserver.v2.api | |
com.smartfoxserver.v2.extensions | |
com.smartfoxserver.v2.game |
Modifier and Type | Class and Description |
---|---|
class |
SFSApi
Overview
The SFSApi class provides the central access to the main SFS2X Server side API.
|
Modifier and Type | Field and Description |
---|---|
protected ISFSApi |
SFSGameApi.sfsApi |
protected ISFSApi |
SFSBuddyApi.sfsApi |
Modifier and Type | Method and Description |
---|---|
ISFSApi |
APIManager.getSFSApi() |
Modifier and Type | Field and Description |
---|---|
protected ISFSApi |
BaseSFSExtension.sfsApi
A reference to the SFS2X API
|
Modifier and Type | Method and Description |
---|---|
protected ISFSApi |
BaseServerEventHandler.getApi()
Get a reference to the main server side API
|
protected ISFSApi |
BaseClientRequestHandler.getApi()
Get a reference to the main server side API
|
ISFSApi |
BaseSFSExtension.getApi()
Get a reference to the main SFS2X Server API, which exposes useful methods for interacting with the server
|
Modifier and Type | Field and Description |
---|---|
protected ISFSApi |
BaseGameInvitationCallback.sfsAPI
A reference to the SFS API
|