I don't understand why there is no equivalent to the com.smartfoxserver.v2.core.SFSEventParam class/enum in the AS3-lib.
It would make using the API so much easier.
Hi.
The SFSEvent class already has those event constants you find on the SFSEventParam.
Note: the events you get on the client-side are much different from the ones you get on the server-side.
I agree, you would still need the docs to check which params are actually passed by the event but it would probably make the selection more intuitive.
Noted, thanks