public interface SyncProgressListener
| Modifier and Type | Field and Description |
|---|---|
static int |
PHASE_APPLYING |
static int |
PHASE_DOWNLOADING |
static int |
PHASE_PREPARING |
static int |
PHASE_UPLOADING |
static int |
PHASE_WAITING_FOR_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
void |
onSyncProgress(int cancellationToken,
int phase,
long bytesSoFar,
long bytesTotal) |
static final int PHASE_PREPARING
static final int PHASE_UPLOADING
static final int PHASE_WAITING_FOR_RESPONSE
static final int PHASE_DOWNLOADING
static final int PHASE_APPLYING