cast.
            class   static
            表示向接收器发出的请求的所有事件的事件数据。
构造函数
RequestEvent
新 RequestEvent(type, requestData, senderId)
| 参数 | |
|---|---|
| 类型 | cast.framework.events.EventType 值不能为 null。 | 
| requestData | cast.framework.messages.RequestData 值不能为 null。 | 
| senderId | 字符串 | 
属性
requestData
常量
              non-null cast.framework.messages.RequestData
随请求一起发送的数据。
senderId
常量
              字符串
发出请求的发送者 ID。