Package 

Interface GraphRequest.OnProgressCallback

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onProgress(Long current, Long max) The method that will be called when progress is made.
      • Methods inherited from class com.facebook.GraphRequest.OnProgressCallback

        onCompleted
      • Methods inherited from class java.lang.Object

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

      • onProgress

         abstract Unit onProgress(Long current, Long max)

        The method that will be called when progress is made.

        Parameters:
        current - the current value of the progress of the request.
        max - the maximum value (target) value that the progress will have.