Dispatched when the result of the UDP handshake is notified.
Namespace:
Sfs2X.Core
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public static readonly string UDP_INIT
Field Value
Type:
StringRemarks
This event is fired in response to a call to the
SmartFox.InitUDP() method.
The
Params object contains the following parameters:
Parameter | Description |
---|
success | (bool) true if UDP connection initialization is successful, false otherwise. |
Examples See Also