enableRemoteConfigAutomaticTriggers method
Used to provide user properties that would be sent as soon as possible
Implementation
CountlyConfig enableRemoteConfigAutomaticTriggers() {
_remoteConfigAutomaticTriggers = true;
return this;
}
Used to provide user properties that would be sent as soon as possible
CountlyConfig enableRemoteConfigAutomaticTriggers() {
_remoteConfigAutomaticTriggers = true;
return this;
}