MBAutomationMessagesViewManager class

This class manages the view triggers, it's informed when a screen is viewed and it informs all the MBViewTrigger triggers.

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

screenViewed(MBAutomationView view) Future<void>
Function called by MBAutomationMessagesManager when a screen is viewed. @param view The view that has been viewed.