addSegmentationToViewWithID abstract method
Set segmentation data for view using ID.
String viewID
- ID for the view
Map<String, Object> segmentation
- segmentation data for this view
Implementation
Future<void> addSegmentationToViewWithID(String viewID, Map<String, Object> segmentation);