Protocol for FWExtension.
More...
#import <FWProtocols.h>
Protocol for FWExtension.
- (id FWExtension) initWithFWContext: |
|
(id< FWContext >) |
context |
|
Initialize the extension with a id<FWContext> instance.
- Parameters
-
context | reference to id<FWContext> |
Note: The constructor of the extension. AdManager will use this method to get an object of the extension.
- (void FWExtension) stop |
|
|
|
Stop the extension.
Note: Extension should stop all its work and do cleanup in the method. id<FWContext> object should not be used anymore after executing stop.
The documentation for this protocol was generated from the following file: