getAllFeatureFlags

open override fun getAllFeatureFlags(): List<FeatureFlag>

Retrieves the offline/cached list of Feature Flags from offline storage.

Note that this is a synchronous blocking method.

Return

The list of cached Feature Flags. Note that this does not request a fresh list of Feature Flags from Braze. If the SDK is disabled or the cached list of feature flags cannot be retrieved, returns empty list.