EventsAppMetadata

class 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)

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
fun toBuilder(): EventsAppMetadata.Builder

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.

Properties

Link copied to clipboard
val name: String

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

Link copied to clipboard
val sessionId: String?

Session ID relevant for the application context.

Link copied to clipboard
val userId: String?

User ID relevant for the application context.

Link copied to clipboard
val version: String

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