کلاس: ReadyEvent
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003e\u003ccode\u003ecast.framework.system.ReadyEvent\u003c/code\u003e signals that the Cast system is ready for the receiver application.\u003c/p\u003e\n"],["\u003cp\u003eIt provides application data via the \u003ccode\u003edata\u003c/code\u003e property, which is of type \u003ccode\u003ecast.framework.system.ApplicationData\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis event is dispatched by \u003ccode\u003ecast.framework.CastReceiverContext\u003c/code\u003e and extends \u003ccode\u003ecast.framework.system.Event\u003c/code\u003e.\u003c/p\u003e\n"]]],["The `ReadyEvent` is dispatched by `cast.framework.CastReceiverContext` when the system is ready. Its constructor, `ReadyEvent(applicationData)`, takes non-null `applicationData` of type `cast.framework.system.ApplicationData`. This event has two properties: `data`, which holds the application data, and `type`, which defines the event type, inherited from `cast.framework.system.Event`. The `ReadyEvent` extends the general `Event` class.\n"],null,["cast.[framework](/cast/docs/reference/web_receiver/cast.framework).[system](/cast/docs/reference/web_receiver/cast.framework.system).ReadyEvent \nclass static\n\nAn event dispatched by [cast.framework.CastReceiverContext](/cast/docs/reference/web_receiver/cast.framework.CastReceiverContext) when the\nsystem is ready.\n\nConstructor\n\nReadyEvent\n\nnew\nReadyEvent(applicationData)\n\n| Parameter ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| applicationData | [cast.framework.system.ApplicationData](/cast/docs/reference/web_receiver/cast.framework.system.ApplicationData) The application data. Value must not be null. |\n\nExtends\n: [cast.framework.system.Event](/cast/docs/reference/web_receiver/cast.framework.system.Event)\n\nProperties\n\ndata\n\nnon-null [cast.framework.system.ApplicationData](/cast/docs/reference/web_receiver/cast.framework.system.ApplicationData)\n\nThe application data.\n\ntype\n\nnon-null [cast.framework.system.EventType](/cast/docs/reference/web_receiver/cast.framework.system#.EventType)\n\nThe event type.\n\nInherited from\n: [cast.framework.system.Event#type](/cast/docs/reference/web_receiver/cast.framework.system.Event#type)"]]