setGlobalViewSegmentation method

CountlyConfig setGlobalViewSegmentation(
  1. Map<String, Object> segmentation
)

Used to enable global view segmentation

Implementation

CountlyConfig setGlobalViewSegmentation(Map<String, Object> segmentation) {
  _globalViewSegmentation = segmentation;
  return this;
}