-
Undocumented
See moreDeclaration
Swift
public struct Api -
Undocumented
Declaration
Swift
public var api: ClientOptions.Api -
Undocumented
Declaration
Swift
public var codecs: [any ContentCodec] -
preAuthenticateToInboxCallbackwill be called immediately before an Auth Inbox signature is requested from the userDeclaration
Swift
public var preAuthenticateToInboxCallback: PreEventCallback? -
Undocumented
Declaration
Swift
public var dbEncryptionKey: Data -
Undocumented
Declaration
Swift
public var dbDirectory: String? -
Undocumented
Declaration
Swift
public var historySyncUrl: String? -
Undocumented
Declaration
Swift
public var deviceSyncEnabled: Bool -
Undocumented
Declaration
Swift
public var debugEventsEnabled: Bool -
init(api:codecs: preAuthenticateToInboxCallback: dbEncryptionKey: dbDirectory: historySyncUrl: useDefaultHistorySyncUrl: deviceSyncEnabled: debugEventsEnabled: ) Undocumented
Declaration
Swift
public init( api: Api = Api(), codecs: [any ContentCodec] = [], preAuthenticateToInboxCallback: PreEventCallback? = nil, dbEncryptionKey: Data, dbDirectory: String? = nil, historySyncUrl: String? = nil, useDefaultHistorySyncUrl: Bool = true, deviceSyncEnabled: Bool = true, debugEventsEnabled: Bool = false )
ClientOptions Structure Reference