Interface FileBoxItem.TransferProgressCallback

Enclosing interface:
FileBoxItem

public static interface FileBoxItem.TransferProgressCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onProgress(int progress)
     
  • Method Details

    • onProgress

      void onProgress(int progress)
      Parameters:
      progress - the current transfer progress in percent from 0 to 100.