*/
public void onTransferStateChanged(OCFile file, boolean downloading, boolean uploading);
- /**
- * Request the parent activity to show the view for sharing an {@link OCFile}.
- *
- * @param file File to share
- */
- public void showShareFile(OCFile file);
}
}