ListenerState
data class ListenerState(version: String?, data: ListenerState.Data, error: Boolean?, account: String?) : ClientMessageWrapper
Content copied to clipboard
prior attempt to indicate signald connectivity state. WebSocketConnectionState messages will be delivered at the same time as well as in other parts of the websocket lifecycle.
Constructors
Link copied to clipboard
fun ListenerState(version: String? = null, data: ListenerState.Data, error: Boolean? = false, account: String? = null)
Content copied to clipboard