TransmissionInfo
public class TransmissionInfo : CustomStringConvertible
Information from the Signal server about a message transmission activity
-
time it was received
Declaration
Swift
public let received: Date
-
whether it needs sync
Declaration
Swift
public let needsSync: Bool
-
the recipient it was sent to
Declaration
Swift
public let recipient: MessageRecipient
-
the number of devices involved (useful when the recipient was a
.user
)Declaration
Swift
public let deviceCount: Int
-
human-readable rendering of the info
Declaration
Swift
public var description: String { get }