Class: RequestEvent

Constructor

RequestEvent

new RequestEvent(type, requestData, senderId)

Parameter

type

cast.framework.events.EventType

Value must not be null.

requestData

Optional

cast.framework.messages.RequestData

Value must not be null.

senderId

Optional

string

Properties

requestData

constant

(non-null cast.framework.messages.RequestData or undefined)

The data that was sent with the request.

senderId

constant

(string or undefined)

The sender id the request came from.