Bagikan melalui


ConnectionStateChangedEvent type

Payload untuk peristiwa perubahan status.

type ConnectionStateChangedEvent = (args: {
  newValue: ConnectionState
  oldValue: ConnectionState
  reason?: ConnectionStateChangedReason
}) => void