do { let sdkInfo = try getSDKInfo() print("\(sdkInfo)")} catch { print("Error: \(error)")}
Others
Get UCW SDK information
This operation retrieves detailed information about the UCW SDK.
Try Cobo WaaS Skill in your AI coding assistant (Claude Code, Cursor, etc.). Describe your needs in natural language to auto-generate production-ready SDK code and debug faster 🚀
public func getSDKInfo() throws -> SDKInfo
do { let sdkInfo = try getSDKInfo() print("\(sdkInfo)")} catch { print("Error: \(error)")}