Aracılığıyla paylaş


ConnectionStateChangedEvent type

Durum değişikliği olayı için yük.

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