Class AttachmentGalleryDestination
-
- All Implemented Interfaces:
public final class AttachmentGalleryDestination extends ChatDestination
-
-
Constructor Summary
Constructors Constructor Description AttachmentGalleryDestination(Context context, AttachmentGalleryActivity.AttachmentReplyOptionHandler attachmentReplyOptionHandler, AttachmentGalleryActivity.AttachmentShowInChatOptionHandler attachmentShowInChatOptionHandler, AttachmentGalleryActivity.AttachmentDownloadOptionHandler attachmentDownloadOptionHandler, AttachmentGalleryActivity.AttachmentDeleteOptionHandler attachmentDeleteOptionClickHandler)
-
Method Summary
Modifier and Type Method Description final UnitsetData(List<AttachmentGalleryItem> attachmentGalleryItems, Integer attachmentIndex)Unitnavigate()final Unitregister(ActivityResultRegistry activityResultRegistry)final Unitunregister()-
-
Constructor Detail
-
AttachmentGalleryDestination
AttachmentGalleryDestination(Context context, AttachmentGalleryActivity.AttachmentReplyOptionHandler attachmentReplyOptionHandler, AttachmentGalleryActivity.AttachmentShowInChatOptionHandler attachmentShowInChatOptionHandler, AttachmentGalleryActivity.AttachmentDownloadOptionHandler attachmentDownloadOptionHandler, AttachmentGalleryActivity.AttachmentDeleteOptionHandler attachmentDeleteOptionClickHandler)
-
-
Method Detail
-
setData
final Unit setData(List<AttachmentGalleryItem> attachmentGalleryItems, Integer attachmentIndex)
-
register
final Unit register(ActivityResultRegistry activityResultRegistry)
-
unregister
final Unit unregister()
-
-
-
-