Skip to main content

chat-message-interactive-attachment-view-properties

content

public var content: ChatMessageGiphyAttachment? 

didTapOnAction

public var didTapOnAction: ((AttachmentAction) -> Void)?

preview

public private(set) lazy var preview = components
.giphyView
.init()
.withoutAutoresizingMaskConstraints

separator

public private(set) lazy var separator = UIView()
.withoutAutoresizingMaskConstraints

actionsStackView

public private(set) lazy var actionsStackView: UIStackView 

Methods

setUpAppearance()

override open func setUpAppearance() 

setUpLayout()

override open func setUpLayout() 

updateContent()

override open func updateContent()

Did you find this page helpful?