do { let sdkInfo = try getSDKInfo() print("\(sdkInfo)") } catch { print("Error: \(error)") }
This operation retrieves detailed information about the UCW SDK.
public func getSDKInfo() throws -> SDKInfo
Show child attributes
Was this page helpful?