phoenix-channel / ch.kuon.phoenix / Socket / onClose

onClose

fun onClose(callback: CloseCallback): Ref

Register an close callback. Multiple callbacks can be registerd.

Note: The callback might be called on another thread

Parameters

callback - A callback function

Return
A reference to the callback that can be used with the Socket.off function.