Our new developer documentation is now available. Please check it out!
IOdinConnectionStateChangedEventPayload
On this page
export interface IOdinConnectionStateChangedEventPayload
Interface describing the payload of an OdinConnectionStateChangedEvent
.
Properties
Name | Type | Description |
---|---|---|
newState | OdinConnectionState | Current state of the connection. |
oldState | OdinConnectionState | Previous state of the connection. |