Views class abstract

Constructors

Views()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addSegmentationToViewWithID(String viewID, Map<String, Object> segmentation) Future<void>
Set segmentation data for view using ID. String viewID - ID for the view Map<String, Object> segmentation - segmentation data for this view
addSegmentationToViewWithName(String viewName, Map<String, Object> segmentation) Future<void>
Set segmentation data for view using name of view. String viewName - Name of view Map<String, Object> segmentation - segmentation data for this view
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseViewWithID(String viewID) Future<void>
Pause a view using the ID. String viewID - ID for the view
resumeViewWithID(String viewID) Future<void>
Resume a view using the ID. String viewID - ID for the view
setGlobalViewSegmentation(Map<String, Object> segmentation) Future<void>
Set global segmentation data for all views. Map<String, Object> segmentation - segmentation data for this view
startAutoStoppedView(String viewName, [Map<String, Object> segmentation]) Future<String?>
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
startView(String viewName, [Map<String, Object> segmentation]) Future<String?>
Start a view. String viewName - Name of view Map<String, Object> segmentation - segmentation data for this view Returns the view id
stopAllViews([Map<String, Object> segmentation]) Future<void>
Stop all views. Map<String, Object> segmentation - segmentation data for this view
stopViewWithID(String viewID, [Map<String, Object> segmentation]) Future<void>
Stop a view using the ID. String viewID - ID for the view Map<String, Object> segmentation - segmentation data for this view
stopViewWithName(String viewName, [Map<String, Object> segmentation]) Future<void>
Stop a view using the name. String viewName - Name of view Map<String, Object> segmentation - segmentation data for this view
toString() String
A string representation of this object.
inherited
updateGlobalViewSegmentation(Map<String, Object> segmentation) Future<void>
Modify previously set global segmentation data. Map<String, Object> segmentation - segmentation data for this view

Operators

operator ==(Object other) bool
The equality operator.
inherited