SprigLifecycleEvent enum
Values
- sdkReady → const SprigLifecycleEvent
-
const SprigLifecycleEvent("sdkReady") - visitorIdUpdated → const SprigLifecycleEvent
-
const SprigLifecycleEvent("visitorIdUpdated") - surveyHeight → const SprigLifecycleEvent
-
const SprigLifecycleEvent("setHeight") - surveyWillPresent → const SprigLifecycleEvent
-
const SprigLifecycleEvent("surveyWillPresent") - surveyPresented → const SprigLifecycleEvent
-
const SprigLifecycleEvent("surveyPresented") - surveyAppeared → const SprigLifecycleEvent
-
const SprigLifecycleEvent("surveyAppeared") - surveyCloseRequested → const SprigLifecycleEvent
-
const SprigLifecycleEvent("surveyCloseRequested") - surveyWillClose → const SprigLifecycleEvent
-
const SprigLifecycleEvent("surveyWillClose") - surveyClosed → const SprigLifecycleEvent
-
const SprigLifecycleEvent("surveyClosed") - replayCapture → const SprigLifecycleEvent
-
const SprigLifecycleEvent("replayCapture") - replayCaptureStarted → const SprigLifecycleEvent
-
const SprigLifecycleEvent("replayCaptureStarted") - replayCaptureStopped → const SprigLifecycleEvent
-
const SprigLifecycleEvent("replayCaptureStopped") - replayCaptureCompleted → const SprigLifecycleEvent
-
const SprigLifecycleEvent("replayCaptureCompleted") - replayRenderingCompleted → const SprigLifecycleEvent
-
const SprigLifecycleEvent("replayRenderingCompleted") - replayUploadCompleted → const SprigLifecycleEvent
-
const SprigLifecycleEvent("replayUploadCompleted") - replayEventsUploadCompleted → const SprigLifecycleEvent
-
const SprigLifecycleEvent("replayEventsUploadCompleted") - loggingEvent → const SprigLifecycleEvent
-
const SprigLifecycleEvent("loggingEvent") - none → const SprigLifecycleEvent
-
const SprigLifecycleEvent("none")
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
- value → String
-
final
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<
SprigLifecycleEvent> - A constant List of the values in this enum, in order of their declaration.