Stay organized with collections
Save and categorize content based on your preferences.
DaiSdkSettings
classpublic
This class contains IMA DAI settings APIs.
Methods
getFeatureFlags
getFeatureFlags() returns Object with any type properties
Returns an object with keys as feature flags and values as their current
state.
Returns
non-null Object with any type properties
setFeatureFlags
setFeatureFlags(featureFlags) returns void
Set the value for any feature flags. This should be set as early as
possible, before requesting a stream. Calling this method again will reset
any feature flags for the next stream.
[[["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-23 UTC."],[[["The `DaiSdkSettings` class provides access to IMA DAI settings through its methods."],["`getFeatureFlags` retrieves the current state of all feature flags."],["`setFeatureFlags` allows you to configure feature flags which impact subsequent stream requests; calling it again resets these flags for the next stream."]]],[]]