get Embedded Files Progressive
abstract fun getEmbeddedFilesProgressive(includeFileAnnotations: Boolean, @NonNull callback: EmbeddedFilesProvider.EmbeddedFilesCallback)
Retrieves embedded files progressively, calling the provided callback with files organized by page. This allows for non-blocking UI updates during processing of large documents. The caller is responsible for managing threading - this method will execute on the current thread.
Parameters
include File Annotations
true
to include files embedded in FileAnnotation.
callback
Receives the progressively updated list of all embedded files found so far.