realm-kotlin
realm-kotlin copied to clipboard
[RKOTLIN-1079] Add support for transfer progress estimate
Core now reports progress estimates during a Download/Upload. This PR adds support for it.
The progress estimate is a double ranged between 0 - 1.
Depends on https://github.com/realm/realm-core/pull/7124
Closes https://github.com/realm/realm-kotlin/issues/1744