File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 51
51
52
52
/* *
53
53
* Only called when the process of unzipping finished successfully
54
+ * Note: This method will most likely return on a different thread than the main thread depending on the queue set for unzipping.
54
55
*
55
56
* @param package The package for which the unzip process finished
56
57
*/
57
58
- (void )packageUnzippingFinished : (CCPackage *)package ;
58
59
59
60
/* *
60
61
* Only called when the process of unzipping failed
62
+ * Note: This method will most likely return on a different thread than the main thread depending on the queue set for unzipping.
61
63
*
62
64
* @param package The package for which the unzip process failed
63
65
* @param error Pointer to an error object
67
69
@optional
68
70
/* *
69
71
* Called whenever the process of unzipping reports a progress in bytes
72
+ * Note: This method will most likely return on a different thread than the main thread depending on the queue set for unzipping.
73
+ *
70
74
*
71
75
* @param package The package for which the unzip progress occured
72
76
* @param unzippedBytes Unzip progress in bytes
You can’t perform that action at this time.
0 commit comments