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
name
Name of the SDK for informational purposes such as logging
version
Version of the SDK for informational purposes such as logging