setGlobalViewSegmentation abstract method
Set global segmentation data for all views.
Map<String, Object> segmentation
- segmentation data for this view
Implementation
Future<void> setGlobalViewSegmentation(Map<String, Object> segmentation);
Set global segmentation data for all views.
Map<String, Object> segmentation
- segmentation data for this view
Future<void> setGlobalViewSegmentation(Map<String, Object> segmentation);