Code: Select all
Zone zoneByName = SmartFoxServer.getInstance().getZoneManager().getZoneByName("firstZone"); method signature of getZoneManager()
Code: Select all
public com.smartfoxserver.v2.entities.managers.IZoneManager getZoneManager() and even Zone Interface and SFSZone class has no method getZoneByName() so how this statement is working
Can someone explain me
This is sfs2x java server side docs