cast.
            class   static
            傳送者中斷連線時,由 cast.framework.CastReceiverContext 分派的事件。
建構函式
SenderDisconnectedEvent
new SenderBreakedEvent(senderId, userAgent, reason)
| 參數 | |
|---|---|
| senderId | 字串 傳送者 ID。 | 
| userAgent | 字串 使用者代理程式。 | 
| 原因 | cast.framework.system.DisconnectReason 傳送者中斷連線的原因。 值不得為空值。 | 
屬性
原因
non-null cast.framework.system.DisconnectReason
傳送者中斷連結的原因。
senderId
字串
已中斷連線的傳送者 ID。
類型
non-null cast.framework.system.EventType
事件類型。
userAgent
字串
寄件者的使用者代理程式。