public void | loadAttachmentStatus(long messageId, long attachmentId, int statusCode, int progress)Callback to indicate that a particular attachment is being synced
messageId = the message that owns the attachment
attachmentId = the attachment being synced
statusCode = 0 for OK, 1 for progress, other codes for error
progress = 0 for "start", 1..100 for optional progress reports
|