Uses of Class
com.onfido.api.FileDownload
-
Packages that use FileDownload Package Description com.onfido com.onfido.api -
-
Uses of FileDownload in com.onfido
Methods in com.onfido that return FileDownload Modifier and Type Method Description FileDownloadDocumentManager. download(String documentId)Downloads specific documents belonging to an applicant.FileDownloadLivePhotoManager. download(String livePhotoId)Downloads a live photo.FileDownloadLiveVideoManager. download(String liveVideoId)Downloads a live video.FileDownloadLiveVideoManager. downloadFrame(String liveVideoId)Instead of the whole video, a single frame can be downloaded. -
Uses of FileDownload in com.onfido.api
Methods in com.onfido.api that return FileDownload Modifier and Type Method Description protected FileDownloadResourceManager. downloadRequest(String path)Makes a GET http call to the specified path
-