Observer interface for receiving real-time Remote Config update notifications.
NOTE: Although an complete callback can be provided, it will never be called because the ConfigUpdate stream is never-ending.
complete
Called when the stream is gracefully terminated.
Called if an error occurs during the stream.
Called when a new ConfigUpdate is available.
Observer interface for receiving real-time Remote Config update notifications.
NOTE: Although an
completecallback can be provided, it will never be called because the ConfigUpdate stream is never-ending.