transferableBytes property

int transferableBytes
final

The total number of bytes that have to be transferred since subscribing for progress notifications. The difference between that number and transferredBytes gives you the number of bytes not yet transferred. If the difference is 0, then all changes at the instant the callback fires have been successfully transferred.

Implementation

final int transferableBytes;