FeatureMetadata

data class FeatureMetadata(val name: String, val version: String? = null) : TypedUserAgentMetadata

Feature metadata

Constructors

Link copied to clipboard
constructor(name: String, version: String? = null)

Properties

Link copied to clipboard

The name of the feature

Link copied to clipboard
val version: String? = null

Optional version of the feature (if independently versioned)

Functions

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