Class: DaiSdkSettings

Stay organized with collections Save and categorize content based on your preferences.

Methods

getFeatureFlags

getFeatureFlags() returns Object with unknown properties

Returns an object with keys as feature flags and values as their current state.

Returns

non-null Object with unknown properties 

setFeatureFlags

setFeatureFlags(featureFlags)

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.

Parameter

featureFlags

Object with unknown properties

Value must not be null.