getCurrentUploaderVersion
public long getCurrentUploaderVersion()
Returns last uploader version. If this increase you should consider to look at online api documentation to check changes. We will try to maintain backward compatibility but this is not guaranteed. Returns:
Uploader version
syncFinished
public void syncFinished(java.lang.String login,
java.lang.String password, long fileId) Should be called in the end of each sync operation. Parameters:
login - user login
password - user password fileId - which file was synced. -1 if not applicable |