Interface FileMgr.FileMgrCallback

Enclosing class:
FileMgr

public static interface FileMgr.FileMgrCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    onSuccess(boolean success)
     
  • Method Details

    • onSuccess

      void onSuccess(boolean success)
    • onError

      void onError(FileMgr.FileError error)