struct Configuration
Структура Configuration для настройки основных параметров SDK.
final class CKey
struct Configuration
static var appearance: Appearance
static var barButtonsConfiguration: BarButtonsConfiguration
static var handlesBackgroundTimeout: TimeInterval
static var requestsTimeoutInterval: TimeInterval
static var version: String
static func activate(qrCodeKinit: QRCodeKinit, code: String) throws -> QRCodeKinit
QRCodeKinit
static func analyzeQR<T>(String) throws -> T
static func analyzeQR(String) throws -> QRCode
static func clearCache()
static func getAvailableAPIVersions(serviceURL: URL, endpoint: ServerEndpoint) async throws -> [String]
static func getAvailableAPIVersions(serviceURL: URL, endpoint: ServerEndpoint, callback: (_ result: Result<[String], Error>) -> Void)
static func initRNG()
static func initialize(configuration: Configuration) throws
static func reset()
static func setLogLevel(LogLevel, binaryDataLogSize: Int?)
static func setLogger(LoggerProtocol, level: LogLevel)
static func showCPROCSPPane(on: UIViewController)