Package-level declarations

Types

Link copied to clipboard
data class AgentOptions(val experiments: Experiments = Experiments())

Class that represent agent options that the SDK user can define to modify some behaviors of the SDK.

Link copied to clipboard
data class Experiments(val liveMode: Boolean = false)

Class to define experimental features available within the SDK.

Functions

Link copied to clipboard
inline fun <T : Serializable> <Error class: unknown class>.build(id: String = UUID.randomUUID().toString(), payload: T, mediaType: String? = ContentType.Application.Json.toString()): AttachmentDescriptor

Builds an AttachmentDescriptor object with the specified parameters.