upload Attachment
open fun uploadAttachment( @NonNull context: Context, @NonNull attachmentId: String, @Nullable operationCallback: STWOperationCallback<MessagingError>)
Content copied to clipboard
Call this method to upload an attachment given attachment Id.
Parameters
context
The application context
attachment Id
Attachment Id to be downloaded
operation Callback
This callback will be invoked when the attachments is successfully uploaded or not.