getFeatureFlags(), bilinmeyen özelliklere sahip nesne döndürür
Özellik bayrağı olarak anahtarları olan bir nesneyi, geçerli durumu olarak değerleri döndürür.
İlerlemeler
non-null Object with unknown properties
setFeatureFlags
setFeatureFlags(featureFlags)
Özellik bayraklarının değerini ayarlayın. Bu, akış isteğinde bulunmadan önce
mümkün olduğunca erken ayarlanmalıdır. Bu yöntemin tekrar çağrılması, bir sonraki akış için tüm özellik bayraklarını sıfırlar.
[null,null,["Son güncelleme tarihi: 2024-07-09 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."]]],["The `DaiSdkSettings` class provides methods for managing IMA DAI (Dynamic Ad Insertion) settings. `getFeatureFlags` retrieves an object containing feature flag keys and their current states. `setFeatureFlags` allows setting values for feature flags; these settings should be configured before requesting a stream. Re-calling `setFeatureFlags` resets the flags for the next stream. The parameter `featureFlags` for this function should not be null.\n"]]