3a9f336c3daa59574f4dede0c958a1f9cb8939c4
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();