[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-06-17 UTC."],[],[],null,["# Firebase.Storage.StorageProgress Class Reference\n\nFirebase.Storage.StorageProgress\\\u003c T \\\u003e\n=======================================\n\nA class that receives progress updates for storage uploads and downloads.\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: IProgress\\\u003c T \\\u003e\n\n| ### Public functions ||\n|--------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|\n| [Report](#class_firebase_1_1_storage_1_1_storage_progress_3_01_t_01_4_1acbae86064a6bd682a6fbda1819aefd1e)`(T value)` | `virtual void` Called periodically during a long running operation, this method will pass value to the delegate passed in the constructor. |\n| [StorageProgress](#class_firebase_1_1_storage_1_1_storage_progress_3_01_t_01_4_1ade983506885d649b981855dd5b72ea1b)`(Action\u003c T \u003e callback)` | ` ` ` `Creates an instance of a StorageProgress class. ` ` |\n\nPublic functions\n----------------\n\n### Report\n\n```c#\nvirtual void Report(\n T value\n)\n``` \nCalled periodically during a long running operation, this method will pass value to the delegate passed in the constructor.\n\n\u003cbr /\u003e\n\n| Details ||\n|------------|-----------------------------------------------------------------------------------------------------------------------|\n| Parameters | |---------|----------------------------------------------| | `value` | Current state of the long running operation. | |\n\n### StorageProgress\n\n```c#\n StorageProgress(\n Action\u003c T \u003e callback\n)\n``` \nCreates an instance of a StorageProgress class.\n\n\u003cbr /\u003e\n\n| Details ||\n|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Parameters | |------------|------------------------------------------------------------------------------| | `callback` | A delegate that will be called periodically during a long running operation. | |"]]