-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum RumVitalAppLaunchEvent.ProfilingStatus extends Enum<RumVitalAppLaunchEvent.ProfilingStatus>
Used to track the status of the RUM Profiler.
They are defined in order of when they can happen, from the moment the SDK is initialized to the moment the Profiler is actually running.
starting: The Profiler is starting (i.e., when the SDK just started). This is the initial status.running: The Profiler is running.stopped: The Profiler is stopped.error: The Profiler encountered an error. Seeerror_reasonfor more details.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRumVitalAppLaunchEvent.ProfilingStatus.Companion
-
Method Summary
Modifier and Type Method Description final JsonElementtoJson()final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
toJson
final JsonElement toJson()
-
getOrdinal
final Integer getOrdinal()
-
-
-
-