Skip to main content

ChatMessageInteractiveAttachmentView

open class ChatMessageInteractiveAttachmentView: _View, ThemeProvider 

Inheritance

_View, ThemeProvider

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?