Interface SupportDownloadSuccessHandler

All Known Implementing Classes:
DownloaderExportHandler

public interface SupportDownloadSuccessHandler
Interface for components that support setting a download success handler.
  • Method Details

    • setDownloadSuccessHandler

      void setDownloadSuccessHandler(@Nullable SupportDownloadSuccessHandler.DownloadSuccessHandler handler)
      Sets a handler that is invoked when a download operation completes successfully.
      Parameters:
      handler - the handler to be invoked on successful download, or null to remove the current handler