[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 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,["# Class: RequestEvent\n\ncast.[framework](/cast/docs/reference/web_receiver/cast.framework).[events](/cast/docs/reference/web_receiver/cast.framework.events).RequestEvent\n=================================================================================================================================================\n\nclass static\n\nEvent data for all events that represent requests made to the receiver.\n\nConstructor\n-----------\n\n### RequestEvent\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----------\n\n### requestData\n\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\n### senderId\n\nconstant\n\nstring\n\nThe sender id the request came from."]]