-
public final class LongTaskEvent.ProfilingRUM Profiler Internal Context schema
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLongTaskEvent.Profiling.Companion
-
Field Summary
Fields Modifier and Type Field Description private final LongTaskEvent.ProfilingStatusstatusprivate final LongTaskEvent.ErrorReasonerrorReason
-
Constructor Summary
Constructors Constructor Description LongTaskEvent.Profiling(LongTaskEvent.ProfilingStatus status, LongTaskEvent.ErrorReason errorReason)
-
Method Summary
Modifier and Type Method Description final LongTaskEvent.ProfilingStatusgetStatus()final LongTaskEvent.ErrorReasongetErrorReason()final JsonElementtoJson()-
-
Constructor Detail
-
LongTaskEvent.Profiling
LongTaskEvent.Profiling(LongTaskEvent.ProfilingStatus status, LongTaskEvent.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 LongTaskEvent.ProfilingStatus getStatus()
-
getErrorReason
final LongTaskEvent.ErrorReason getErrorReason()
-
toJson
final JsonElement toJson()
-
-
-
-