download
Deprecated
Replace with fileResourceDownloader()
Replace with
import org.hisp.dhis.android.core.fileresource.FileResourceDomainType
import org.hisp.dhis.android.core.fileresource.FileResourceValueType
Content copied to clipboard
fileResourceDownloader()
.byDomainType().eq(FileResourceDomainType.TRACKER)
.byValueType().eq(FileResourceValueType.IMAGE)
.download()
Content copied to clipboard