Interface KiiRTransferProgressCallback

    • Method Detail

      • onProgress

        void onProgress​(@NonNull
                        KiiRTransfer operator,
                        long completedInBytes,
                        long totalSizeinBytes)
        Called on UI thread when the progress has updated.
        Parameters:
        operator - instance which operation has invoked.
        completedInBytes - completed size in bytes.
        totalSizeinBytes - total size in bytes.