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