Skip to main content

FileActionContentViewDelegate

The delegate used GiphyAttachmentViewInjector to communicate user interactions.

public protocol FileActionContentViewDelegate: ChatMessageContentViewDelegate 

Inheritance

ChatMessageContentViewDelegate

Requirements

didTapOnAttachment(_:​at:​)

Called when the user taps on attachment action

func didTapOnAttachment(_ attachment: ChatMessageFileAttachment, at indexPath: IndexPath?)

Did you find this page helpful?