enableRemoteConfigAutomaticTriggers method

CountlyConfig enableRemoteConfigAutomaticTriggers()

Used to provide user properties that would be sent as soon as possible

Implementation

CountlyConfig enableRemoteConfigAutomaticTriggers() {
  _remoteConfigAutomaticTriggers = true;
  return this;
}