Table of Contents

Method RefreshRemoteConfigAsync

Namespace
Titipi.MocaLib2

RefreshRemoteConfigAsync()

Re-fetches and activates Remote Config at runtime (e.g. after the app resumes from background), then returns whether it succeeded. Also raises OnRemoteConfigFetched. Read the updated values with the GetRemote* methods afterwards. The initial fetch already runs during InitializeAsync(FirebaseModuleConfig); use this only to pull fresh values without restarting.

public static Awaitable<bool> RefreshRemoteConfigAsync()

Returns

Awaitable<bool>