cast.
            클래스   정적
            발신기 연결이 끊어졌을 때 cast.framework.CastReceiverContext에 의해 전달되는 이벤트입니다.
생성자
SenderDisconnectedEvent
new SenderDisconnectedEvent(senderId, userAgent, reason)의 변경사항
| 매개변수 | |
|---|---|
| senderId | string 발신자 ID입니다. | 
| userAgent | string 사용자 에이전트입니다. | 
| reason | cast.framework.system.DisconnectReason 발신자와 연결이 끊긴 이유입니다. 값은 null이 아니어야 합니다. | 
속성
reason
non-null cast.framework.system.DisconnectReason
발신자가 연결 해제된 이유입니다.
senderId
string
연결 해제된 발신자의 ID입니다.
유형
non-null cast.framework.system.EventType
이벤트 유형.
- 다음에서 상속
- cast.framework.system.Event#type
userAgent
string
발신자의 사용자 에이전트입니다.