ConversationV1
public struct ConversationV1
Handles legacy message conversations.
-
Undocumented
Declaration
Swift
public var client: Client
-
Undocumented
Declaration
Swift
public var peerAddress: String
-
Undocumented
Declaration
Swift
public var sentAt: Date
-
Undocumented
Declaration
Swift
public init(client: Client, peerAddress: String, sentAt: Date)
-
Undocumented
Declaration
Swift
public var encodedContainer: ConversationV1Container { get }
-
Undocumented
Declaration
Swift
public func streamMessages() -> AsyncThrowingStream<DecodedMessage, Error>
-
Undocumented
Declaration
Swift
public func streamDecryptedMessages() -> AsyncThrowingStream<DecryptedMessage, Error>
-
Undocumented
Declaration
Swift
public func streamEphemeral() -> AsyncThrowingStream<Envelope, Error>
-
Undocumented
Declaration
Swift
public func decode(envelope: Envelope) throws -> DecodedMessage