EventsAppMetadata

Custom metadata that can be used to associate app state with events in the telemetry pipeline.

Types

Link copied to clipboard
class Builder(name: String, version: String)

Properties

Link copied to clipboard

Name of the application. Value should be non-empty.

Link copied to clipboard

Session ID relevant for the application context.

Link copied to clipboard

User ID relevant for the application context.

Link copied to clipboard

Version of the application. Value should be non-empty.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Regenerate whenever a change is made

Link copied to clipboard
open override fun hashCode(): Int

Regenerate whenever a change is made

Link copied to clipboard

Get a builder to customize a subset of current options.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.