Skip to main content
public func getSDKInfo() throws -> SDKInfo
do {
    let sdkInfo = try getSDKInfo()
    print("\(sdkInfo)")
} catch {
    print("Error: \(error)")
}

Response

sdkInfo
object
Detailed information about the UCW SDK.