1 package com
.owncloud
.android
.ui
.activity
;
3 import com
.owncloud
.android
.files
.services
.FileDownloader
.FileDownloaderBinder
;
5 public interface TransferServiceGetter
{
8 * Callback method invoked when the parent activity is fully created to get a reference to the FileDownloader service API.
10 * @return Directory to list firstly. Can be NULL.
12 public FileDownloaderBinder
getFileDownloaderBinder();