Uses of Class
com.onfido.models.LivePhoto
-
Packages that use LivePhoto Package Description com.onfido -
-
Uses of LivePhoto in com.onfido
Methods in com.onfido that return LivePhoto Modifier and Type Method Description LivePhotoLivePhotoManager. find(String livePhotoId)Retrieves a single live photo.LivePhotoLivePhotoManager. upload(InputStream inputStream, String fileName, LivePhoto.Request request)Uploads a live photo as part of a multipart request.Methods in com.onfido that return types with arguments of type LivePhoto Modifier and Type Method Description List<LivePhoto>LivePhotoManager. list(String applicantId)Lists the live photos that belong to an applicant.
-