Firebase. Storage. StorageProgress< T >
A class that receives progress updates for storage uploads and downloads.
Summary
Inheritance
Inherits from: IProgress< T >Public functions | |
|---|---|
Report(T value) | virtual voidCalled periodically during a long running operation, this method will pass value to the delegate passed in the constructor. |
StorageProgress(Action< T > callback) | Creates an instance of a StorageProgress class. |
Public functions
Report
virtualvoidReport(Tvalue)
Called periodically during a long running operation, this method will pass value to the delegate passed in the constructor.
| Details | |||
|---|---|---|---|
| Parameters |
|
StorageProgress
StorageProgress(Action<T>callback)
Creates an instance of a StorageProgress class.
| Details | |||
|---|---|---|---|
| Parameters |
|
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-06-17 UTC.