enrollABOnRCDownload method

CountlyConfig enrollABOnRCDownload()

This is used for enrolling user to AB testing on RC download

Implementation

CountlyConfig enrollABOnRCDownload() {
  _autoEnrollABOnDownload = true;
  return this;
}