RumEvent

class RumEvent

A structure that contains the information for one performance event that RUM collects from a user session with your application.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A string containing details about the event.

Link copied to clipboard
val id: String

A unique ID for this event.

Link copied to clipboard

Metadata about this event, which contains a JSON serialization of the identity of the user for this session. The user information comes from information such as the HTTP user-agent request header and document interface.

Link copied to clipboard

The exact time that this event occurred.

Link copied to clipboard

The JSON schema that denotes the type of event this is, such as a page load or a new session.

Functions

Link copied to clipboard
inline fun copy(block: RumEvent.Builder.() -> Unit = {}): RumEvent
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String