[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-24 UTC."],[[["\u003cp\u003e\u003ccode\u003eRequestEvent\u003c/code\u003e encapsulates data for requests sent to the receiver, including the request type, data, and sender ID.\u003c/p\u003e\n"],["\u003cp\u003eIt provides access to the request data and sender ID through its \u003ccode\u003erequestData\u003c/code\u003e and \u003ccode\u003esenderId\u003c/code\u003e properties.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use \u003ccode\u003eRequestEvent\u003c/code\u003e to handle various requests within their Cast receiver application.\u003c/p\u003e\n"]]],[],null,["cast.[framework](/cast/docs/reference/web_receiver/cast.framework).[events](/cast/docs/reference/web_receiver/cast.framework.events).RequestEvent \nclass static\n\nEvent data for all events that represent requests made to the receiver.\n\nConstructor\n\nRequestEvent\n\nnew\nRequestEvent(type, requestData, senderId)\n\n| Parameter ||\n|-------------|--------------------------------------------------------------------------------------------------------------------------------------|\n| type | [cast.framework.events.EventType](/cast/docs/reference/web_receiver/cast.framework.events#.EventType) Value must not be null. |\n| requestData | [cast.framework.messages.RequestData](/cast/docs/reference/web_receiver/cast.framework.messages.RequestData) Value must not be null. |\n| senderId | string |\n\nProperties\n\nrequestData \nconstant\n\nnon-null [cast.framework.messages.RequestData](/cast/docs/reference/web_receiver/cast.framework.messages.RequestData)\n\nThe data that was sent with the request.\n\nsenderId \nconstant\n\nstring\n\nThe sender id the request came from."]]