boorik / smartfox-haxe-client

haxe openfl client for smartfoxserver
MIT License
18 stars 14 forks source link

Missing putText(key:String, value:String) in SFSObject #25

Open flashultra opened 5 years ago

flashultra commented 5 years ago

I tried to compile for Android , but in SFSObject.hx is missing putText(...) .

It's available in AS3 and javascript ( at example : http://docs2x.smartfoxserver.com/api-docs/asdoc/ )

Would be possible to add missing putText(...) ? I'm not sure how pass restriction with max length: 2 GBytes.