- webPlugInDestroy
Prepares the plug-in for deallocation.
- webPlugInInitialize
Initializes the plug-in.
- webPlugInStop
Tells the plug-in to stop normal operation.
Availability
Technology
- (void)webPlugInStart;
The plug-in usually begins its primary task (such as drawing, playing sounds, or animating) in this method. This method may be called more than once, provided that the application has already called web
and that each call to this method is followed later by a call to web
.
- webPlugInDestroy
- webPlugInInitialize
- webPlugInStop