ClientInfo

Information about the client making API requests, used for compatibility checking.

Types

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

Properties

Link copied to clipboard

The compatibility version of the client, used to ensure API compatibility.

Link copied to clipboard

The version of the SDK being used by the client.

Functions

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