Package 

Interface FileDownloadFinishCallBack

    • Method Summary

      Modifier and Type Method Description
      abstract void onFinished(int sessionId, int requestId, String filename, int index, int errCode, Object camera)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onFinished

         abstract void onFinished(int sessionId, int requestId, String filename, int index, int errCode, Object camera)