Uses of Interface
com.smartfoxserver.v2.api.ISFSGameApi
- 
Packages that use ISFSGameApi Package Description com.smartfoxserver.v2.api com.smartfoxserver.v2.extensions 
- 
- 
Uses of ISFSGameApi in com.smartfoxserver.v2.apiClasses in com.smartfoxserver.v2.api that implement ISFSGameApi Modifier and Type Class Description classSFSGameApiProvides specialized API calls for advanced game functionalities: player matching, game invitations/challenges, quick games etc...Methods in com.smartfoxserver.v2.api that return ISFSGameApi Modifier and Type Method Description ISFSGameApiAPIManager. getGameApi()
- 
Uses of ISFSGameApi in com.smartfoxserver.v2.extensionsMethods in com.smartfoxserver.v2.extensions that return ISFSGameApi Modifier and Type Method Description ISFSGameApiBaseSFSExtension. getGameApi()Get a reference to the SFS2X Game API, exposing useful methods for working with SFSGame classes, invitations and match making.
 
-