FileDocCategorySizeDatePackage
IEmailServiceCallback.javaAPI DocAndroid 5.1 API4808Sat Mar 14 04:09:32 GMT 2015com.android.emailcommon.service

IEmailServiceCallback

public interface IEmailServiceCallback implements android.os.IInterface

Fields Summary
Constructors Summary
Methods Summary
public voidloadAttachmentStatus(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