SdkMetadata
public class SdkMetadata
Metadata about the LaunchDarkly SDK.
This class provides information about the SDK version and name for informational purposes such as logging and debugging.
-
Name of the SDK for informational purposes such as logging.
Declaration
Swift
public let name: String -
Version of the SDK for informational purposes such as logging.
Declaration
Swift
public let version: String -
Initialize SDK metadata.
Declaration
Swift
public init(name: String, version: String)Parameters
nameName of the SDK for informational purposes such as logging
versionVersion of the SDK for informational purposes such as logging
View on GitHub