[TIMOB-19684] Force a Module to be completely cleaned up from memory Android and iOS
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Won't Do |
Resolution Date | 2015-10-16T00:24:50.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Shuo Liang |
Assignee | Shuo Liang |
Created | 2015-10-07T14:40:27.000+0000 |
Updated | 2015-10-16T00:24:50.000+0000 |
Description
Customer Query:
{quote}
Is it possible to completely clean up a android module from memory so that it gets fully reinitialized?
Basically the idea is that we have a module that can only do certain items at init. It would be ideal if we could somehow dispose of the module after it was loaded, and then reload it back into memory to perform a fresh init. Its my understanding that once a ti module is loaded there is no way to unload it from the project.
{quote}
Could you give an example, test case or code?