-
public final class RumVitalAppLaunchEvent.ProfilingRUM Profiler Internal Context schema
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRumVitalAppLaunchEvent.Profiling.Companion
-
Field Summary
Fields Modifier and Type Field Description private final RumVitalAppLaunchEvent.ProfilingStatusstatusprivate final RumVitalAppLaunchEvent.ErrorReasonerrorReason
-
Constructor Summary
Constructors Constructor Description RumVitalAppLaunchEvent.Profiling(RumVitalAppLaunchEvent.ProfilingStatus status, RumVitalAppLaunchEvent.ErrorReason errorReason)
-
Method Summary
Modifier and Type Method Description final RumVitalAppLaunchEvent.ProfilingStatusgetStatus()final RumVitalAppLaunchEvent.ErrorReasongetErrorReason()final JsonElementtoJson()-
-
Constructor Detail
-
RumVitalAppLaunchEvent.Profiling
RumVitalAppLaunchEvent.Profiling(RumVitalAppLaunchEvent.ProfilingStatus status, RumVitalAppLaunchEvent.ErrorReason errorReason)
- Parameters:
status- Used to track the status of the RUM Profiler.errorReason- The reason the Profiler encountered an error.
-
-
Method Detail
-
getStatus
final RumVitalAppLaunchEvent.ProfilingStatus getStatus()
-
getErrorReason
final RumVitalAppLaunchEvent.ErrorReason getErrorReason()
-
toJson
final JsonElement toJson()
-
-
-
-