TiModule Class Reference
Inherits from | TiProxy : NSObject |
Declared in | TiModule.h |
Tasks
-
– startup
Titanium Platform calls this method on startup.
-
– shutdown:
Titanium Platform calls this method on shutdown.
-
– suspend:
Titanium Platform calls this method on suspend.
-
– paused:
Titanium Platform calls this method on entering background.
-
– resume:
Titanium Platform calls this method on resume.
-
– resumed:
Tells the module that it was resumed.
Instance Methods
paused:
Titanium Platform calls this method on entering background.
- (void)paused:(id)sender
Parameters
- sender
The sender of the event.
Declared In
TiModule.h
resume:
Titanium Platform calls this method on resume.
- (void)resume:(id)sender
Parameters
- sender
The sender of the event.
Declared In
TiModule.h
resumed:
Tells the module that it was resumed.
- (void)resumed:(id)sender
Parameters
- sender
The sender of the event.
Declared In
TiModule.h