startAutoStoppedView abstract method
Start a view that will be automatically stopped when another view is started.
String viewName
- Name of view
Map<String, Object> segmentation
- segmentation data for this view
Returns the view id
Implementation
Future<String?> startAutoStoppedView(String viewName, [Map<String, Object> segmentation]);