public class DbxDatastoreStatus
extends java.lang.Object
DbxDatastore
.Modifier and Type | Field and Description |
---|---|
boolean |
hasIncoming
Set when there are remote changes that will be incorporated by the next
call to
DbxDatastore.sync() . |
boolean |
hasOutgoing
Set when there are local changes that haven't yet been comitted by
a call to
DbxDatastore.sync() . |
boolean |
isConnected
Set when the API is in active communication with the server, so that remote
changes are likely to be visible quickly, and local changes can be uploaded
soon.
|
boolean |
isDownloading
Set when there are remote changes that need to be downloaded from the server.
|
boolean |
isUploading
Set when there are local changes that need to be uploaded to the server.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final boolean isConnected
public final boolean isDownloading
DbxDatastore
is opened until the first successful
check for updates.public final boolean isUploading
public final boolean hasIncoming
DbxDatastore.sync()
.public final boolean hasOutgoing
DbxDatastore.sync()
.