DittoAttachmentToken
public class DittoAttachmentToken : Equatable
Serves as a token for a specific attachment that you can pass to a call to fetchAttachment
on a DittoCollection
.
-
Declaration
Swift
public static func == (lhs: DittoAttachmentToken, rhs: DittoAttachmentToken) -> Bool