UserDetails

A structure that contains information about the user session that this batch of events was collected from.

Types

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

Properties

Link copied to clipboard

The session ID that the performance events are from.

Link copied to clipboard

The ID of the user for this user session. This ID is generated by RUM and does not include any personally identifiable information about the user.

Functions

Link copied to clipboard
inline fun copy(block: UserDetails.Builder.() -> Unit = {}): UserDetails
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