retryDownloadAttachmentThumbnail

open fun retryDownloadAttachmentThumbnail(    @NonNull context: Context,     @NonNull attachmentId: String,     @Nullable callback: STWOperationCallback<MessagingError>)

Call this method to get the thumbnail path of an attachment.

This method set status of the attachment as success

See also

Parameters

context

the application context

attachmentId

the attachment Id

callback

This callback will be invoked when the attachments thumbnail is successfully found or not.