activateConfig method

void activateConfig()

Aggressively activates the latest config if it has not been activated.

Puts the latest config directly into use, unlike the typical operation where a fetched config is only activated after the next session.

When an activation occurs, anyone listening to the ConfigListener will be notified of the activation.

Implementation

void activateConfig() {
  configAgent?.activateConfig();
}