1 package com
.owncloud
.android
.ui
.activity
;
3 import com
.owncloud
.android
.files
.services
.FileDownloader
.FileDownloaderBinder
;
4 import com
.owncloud
.android
.files
.services
.FileUploader
.FileUploaderBinder
;
6 public interface TransferServiceGetter
{
9 * Callback method invoked when the parent activity is fully created to get a reference to the FileDownloader service API.
11 * @return Directory to list firstly. Can be NULL.
13 public FileDownloaderBinder
getFileDownloaderBinder();
17 * Callback method invoked when the parent activity is fully created to get a reference to the FileUploader service API.
19 * @return Directory to list firstly. Can be NULL.
21 public FileUploaderBinder
getFileUploaderBinder();