You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param progressBlock A closure to handle the progress change during the image downloading. The closure args are `receivedSize` `expectedSize` and `storageRef`
133
133
* The progress block is executed on a background queue.
134
134
* @param completionBlock A closure to handle events when the image finishes downloading.
135
-
* The closure is not guaranteed to be invoked on the main thread.
135
+
* The closure is guaranteed to be invoked on the main queue.
* @param progressBlock A closure to handle the progress change during the image downloading. The closure args are `receivedSize` `expectedSize` and `storageRef`
160
160
* The progress block is executed on a background queue.
161
161
* @param completionBlock A closure to handle events when the image finishes downloading.
162
-
* The closure is not guaranteed to be invoked on the main thread.
162
+
* The closure is guaranteed to be invoked on the main queue.
0 commit comments