RPActivityEventLogger class

The information logger used in RPUIActivityStep. It fills and modifies a RPActivityResult with events from an activity.

Properties

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

Methods

addCorrectGesture(String type, String description) → void
Adds a correct gesture from the UI to the RPActivityResult with time, correctness, type and description.
addWrongGesture(String type, String description) → void
Adds a wrong gesture from the UI to the RPActivityResult with time, correctness, type and description.
instructionEnded() → void
Sets the time of ending the instruction stage
instructionStarted() → void
Sets the time of starting the instruction stage
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resultsClosed() → void
Sets the time of ending the results stage
resultsShown() → void
Sets the time of starting the results stage
testEnded() → void
Sets the time of ending the test stage
testShown() → void
Sets the time of showing the test stage. The test might be delayed before it starts.
testStarted() → void
Sets the time of starting the test stage
toString() String
A string representation of this object.
inherited

Operators

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