-
public interface PdfRendererView.StatusCallBack
-
-
Method Summary
Modifier and Type Method Description UnitonPdfLoadStart()UnitonPdfLoadProgress(Integer progress, Long downloadedBytes, Long totalBytes)UnitonPdfLoadSuccess(String absolutePath)UnitonError(Throwable error)UnitonPageChanged(Integer currentPage, Integer totalPage)-
-
Method Detail
-
onPdfLoadStart
Unit onPdfLoadStart()
-
onPdfLoadProgress
Unit onPdfLoadProgress(Integer progress, Long downloadedBytes, Long totalBytes)
-
onPdfLoadSuccess
Unit onPdfLoadSuccess(String absolutePath)
-
onPageChanged
Unit onPageChanged(Integer currentPage, Integer totalPage)
-
-
-
-