Interface OnConnectionStatusChangeResponse

The response from the onStatusChange method.

interface OnConnectionStatusChangeResponse {
    off: (() => void);
}

Properties

Properties

off: (() => void)

Unregisters the listener that was added by the onStatusChange method.