public interface BlobProgressListener
| Modifier and Type | Method and Description |
|---|---|
Duration |
getDelayBetweenCallbacks()
Gets the minimum delay between calls to
handleByteCount(long). |
void |
handleByteCount(long byteCount)
Callback to call with count of newly-processed bytes.
|
void handleByteCount(long byteCount)
byteCount - sent/received byte countDuration getDelayBetweenCallbacks()
handleByteCount(long).Copyright © 2019. All rights reserved.