Skip to content

Commit

Permalink
add more clientDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
barisyild committed Feb 24, 2024
1 parent 5400263 commit d40327d
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions src/com/smartfoxserver/v2/SmartFox.hx
Original file line number Diff line number Diff line change
Expand Up @@ -887,16 +887,28 @@ class SmartFox extends EventDispatcher
"Linux"
#elseif windows
"Windows"
#elseif macos
"macOS"
#elseif ios
"iOS"
#elseif cpp
"C++"
#elseif js
"JavaScript"
#elseif html5
#elseif (js || html5)
"JavaScript"
#elseif hl
"HashLink"
#elseif python
"Python"
#elseif tizen
"Tizen"
#elseif cs
"C#"
#elseif cppia
"Cppia"
#elseif java
"Java"
#elseif php
"PHP"
#else
"Unknown"
#end
Expand Down

0 comments on commit d40327d

Please sign in to comment.