AttachmentGalleryDestination

class AttachmentGalleryDestination(    context: Context,     attachmentReplyOptionHandler: AttachmentGalleryActivity.AttachmentReplyOptionHandler,     attachmentShowInChatOptionHandler: AttachmentGalleryActivity.AttachmentShowInChatOptionHandler,     attachmentDownloadOptionHandler: AttachmentGalleryActivity.AttachmentDownloadOptionHandler,     attachmentDeleteOptionClickHandler: AttachmentGalleryActivity.AttachmentDeleteOptionHandler) : ChatDestination

Constructors

Link copied to clipboard
constructor(    context: Context,     attachmentReplyOptionHandler: AttachmentGalleryActivity.AttachmentReplyOptionHandler,     attachmentShowInChatOptionHandler: AttachmentGalleryActivity.AttachmentShowInChatOptionHandler,     attachmentDownloadOptionHandler: AttachmentGalleryActivity.AttachmentDownloadOptionHandler,     attachmentDeleteOptionClickHandler: AttachmentGalleryActivity.AttachmentDeleteOptionHandler)

Functions

Link copied to clipboard
open override fun navigate()
Link copied to clipboard
fun register(activityResultRegistry: ActivityResultRegistry)
Link copied to clipboard
fun setData(attachmentGalleryItems: List<AttachmentGalleryItem>, attachmentIndex: Int)
Link copied to clipboard