Uses of Interface
com.smartfoxserver.v2.api.ISFSApi
-
Packages that use ISFSApi Package Description com.smartfoxserver.v2.api com.smartfoxserver.v2.extensions com.smartfoxserver.v2.game -
-
Uses of ISFSApi in com.smartfoxserver.v2.api
Classes in com.smartfoxserver.v2.api that implement ISFSApi Modifier and Type Class Description class
SFSApi
OverviewFields in com.smartfoxserver.v2.api declared as ISFSApi Modifier and Type Field Description protected ISFSApi
SFSBuddyApi. sfsApi
protected ISFSApi
SFSGameApi. sfsApi
Methods in com.smartfoxserver.v2.api that return ISFSApi Modifier and Type Method Description ISFSApi
APIManager. getSFSApi()
-
Uses of ISFSApi in com.smartfoxserver.v2.extensions
Fields in com.smartfoxserver.v2.extensions declared as ISFSApi Modifier and Type Field Description protected ISFSApi
BaseSFSExtension. sfsApi
A reference to the SFS2X APIMethods in com.smartfoxserver.v2.extensions that return ISFSApi Modifier and Type Method Description protected ISFSApi
BaseClientRequestHandler. getApi()
Get a reference to the main server side APIprotected ISFSApi
BaseServerEventHandler. getApi()
Get a reference to the main server side APIISFSApi
BaseSFSExtension. getApi()
Get a reference to the main SFS2X Server API, which exposes useful methods for interacting with the server -
Uses of ISFSApi in com.smartfoxserver.v2.game
Fields in com.smartfoxserver.v2.game declared as ISFSApi Modifier and Type Field Description protected ISFSApi
BaseGameInvitationCallback. sfsAPI
A reference to the SFS API
-