[[["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."],[[["`LoadOptions` provides extra settings for managing load requests within the Cast framework."],["It includes a `contentFilteringMode` property to control content filtering during loading."],["Developers can use `LoadOptions` to customize how content is loaded by the receiver application."]]],["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"]]