ক্লাস: লোড অপশন
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003e\u003ccode\u003eLoadOptions\u003c/code\u003e provides extra settings for managing load requests within the Cast framework.\u003c/p\u003e\n"],["\u003cp\u003eIt includes a \u003ccode\u003econtentFilteringMode\u003c/code\u003e property to control content filtering during loading.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use \u003ccode\u003eLoadOptions\u003c/code\u003e to customize how content is loaded by the receiver application.\u003c/p\u003e\n"]]],["The `LoadOptions` class offers extra settings for load requests. It contains a constructor, `LoadOptions()`, for creating new instances. Its primary property is `contentFilteringMode`, which determines the content filtering approach. This property accepts a value from the `ContentFilteringMode` enumeration, dictating how content is filtered during the load operation.\n"],null,["# Class: LoadOptions\n\ncast.[framework](/cast/docs/reference/web_receiver/cast.framework).[messages](/cast/docs/reference/web_receiver/cast.framework.messages).LoadOptions\n====================================================================================================================================================\n\nclass static\n\nProvides additional options for load requests.\n\nConstructor\n-----------\n\n### LoadOptions\n\nnew\nLoadOptions()\n\nProperty\n--------\n\n### contentFilteringMode\n\n(non-null [cast.framework.messages.ContentFilteringMode](/cast/docs/reference/web_receiver/cast.framework.messages#.ContentFilteringMode) or undefined)\n\nThe content filtering mode to be applied."]]