BugseeLifecycleEventType enum
Values
- launched → const BugseeLifecycleEventType
-
Event is dispatched when Bugsee was successfully launched
- started → const BugseeLifecycleEventType
-
Event is dispatched when Bugsee is started after being stopped
- stopped → const BugseeLifecycleEventType
-
Event is dispatched when Bugsee is stopped
- resumed → const BugseeLifecycleEventType
-
Event is dispatched when Bugsee recording is resumed after being paused
- paused → const BugseeLifecycleEventType
-
Event is dispatched when Bugsee recording is paused
- relaunchedAfterCrash → const BugseeLifecycleEventType
-
Event is dispatched when Bugsee is launched and pending crash report is discovered. That usually means that app was relaunched after crash.
- beforeReportShown → const BugseeLifecycleEventType
-
Event is dispatched before the reporting UI is shown
- afterReportShown → const BugseeLifecycleEventType
-
Event is dispatched when reporting UI is shown
- beforeReportUploaded → const BugseeLifecycleEventType
-
Event is dispatched when report is about to be uploaded to the server
- afterReportUploaded → const BugseeLifecycleEventType
-
Event is dispatched when report was successfully uploaded to the server
- beforeFeedbackShown → const BugseeLifecycleEventType
-
Event is dispatched before the Feedback controller is shown
- afterFeedbackShown → const BugseeLifecycleEventType
-
Event is dispatched after the Feedback controller is shown
- beforeReportAssembled → const BugseeLifecycleEventType
-
Event is dispatched right before bug/error/crash report is about to be assembled
- afterReportAssembled → const BugseeLifecycleEventType
-
Event is dispatched right after bug/error/crash report is assembled
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
Constants
-
values
→ const List<
BugseeLifecycleEventType> - A constant List of the values in this enum, in order of their declaration.