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

onError

fun onError(callback: ErrorCallback): Ref

Register an error 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.