Package 

Interface PreviewThumbnailView.OnPreviewChangeListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onStartPreview(@NonNull() PreviewThumbnailView previewThumbnailView, int progress) Callback triggered when the Preview Thumbnail process has started
      abstract void onStopPreview(@NonNull() PreviewThumbnailView previewThumbnailView, int progress) Callback triggered when the Preview Thumbnail process has stopped
      abstract void onPreview(@NonNull() PreviewThumbnailView previewThumbnailView, int progress, boolean fromUser) Callback triggered when the Preview Thumbnail process is in progress
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait