Interface DownloadFileCallback<T>


public interface DownloadFileCallback<T>
Version:
1.0 Callback to download files async
Author:
Ruben Bermudez
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onException(T file, Exception exception)
     
    void
    onResult(T file, File output)
     
  • Method Details

    • onResult

      void onResult(T file, File output)
    • onException

      void onException(T file, Exception exception)