EventsAppMetadata

class EventsAppMetadata

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

Types

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

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Regenerate whenever a change is made
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Regenerate whenever a change is made
toBuilder
Link copied to clipboard
fun toBuilder(): EventsAppMetadata.Builder
Get a builder to customize a subset of current options.
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

name
Link copied to clipboard
val name: String
Name of the application.
userId
Link copied to clipboard
val userId: String?
User ID relevant for the application context.
version
Link copied to clipboard
val version: String
Version of the application.