cast.framework.CastReceiverContext দ্বারা প্রেরিত একটি ইভেন্ট যখন অ্যাপ্লিকেশনটির দৃশ্যমানতা পরিবর্তিত হয় - উদাহরণস্বরূপ, যখন HDMI ইনপুট পরিবর্তন হয়, বা টিভি বন্ধ থাকে৷
কনস্ট্রাক্টর
দৃশ্যমানতা পরিবর্তিত ইভেন্ট
নতুন দৃশ্যমানতাপরিবর্তিত ইভেন্ট(isVisible)
প্যারামিটার
দৃশ্যমান
বুলিয়ান
কাস্ট ডিভাইস সক্রিয় ইনপুট হলে true , না হলে false ।
[[["সহজে বোঝা যায়","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"]],["2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`VisibilityChangedEvent` is dispatched when the visibility of the Cast application changes, such as when the TV input is switched or the TV is powered off."],["It provides a boolean property `isVisible` indicating whether the Cast device is the active input (`true`) or not (`false`)."],["This event is an instance of `cast.framework.system.Event` and includes a `type` property to identify it."]]],[]]