Interface FileMgr.FreeDiskSpaceCallback

Enclosing class:
FileMgr

public static interface FileMgr.FreeDiskSpaceCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    onSuccess(double freeDiskSpace)
     
  • Method Details

    • onSuccess

      void onSuccess(double freeDiskSpace)
    • onError

      void onError(FileMgr.FileError error)