AttachmentRepresentable
public protocol AttachmentRepresentable
An attachment container protocol.
-
An attachment. See
ActivityAttachment.Declaration
Swift
var attachment: ActivityAttachment? { get } -
ogDataExtension methodReturns the Open Graph data. See
OGResponse.Declaration
Swift
public var ogData: OGResponse? { get } -
attachmentImageURLs()Extension methodReturns a list of image URl’s froim the attachment. See
ActivityAttachment.Declaration
Swift
public func attachmentImageURLs() -> [URL]?
View on GitHub
AttachmentRepresentable Protocol Reference