Protocols
The following protocols are available globally.
-
Important events for an Atlas client that you can register to receive
See moreDeclaration
Swift
public protocol AtlasClientDelegate : AnyObject
-
Protocol for a sendable message
See moreDeclaration
Swift
public protocol Sendable
-
Important events for a Signal client that you can register to receive
See moreDeclaration
Swift
public protocol SignalClientDelegate : AnyObject
-
A simple namespace-key-value storage protocol to stashing and retrieving
See moreData
blobs.Declaration
Swift
public protocol KVStorageProtocol
-
A simple protocol for things that we want to be able to serialize-to and reconstitute-from
See moreData
Declaration
Swift
public protocol ToFromData