func webPlugInDestroy ()
Prepares the plug-in for deallocation.
func webPlugInInitialize ()
Initializes the plug-in.
func webPlugInStop ()
Tells the plug-in to stop normal operation.
Availability
Technology
func 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
.
func webPlugInDestroy ()
func webPlugInInitialize ()
func webPlugInStop ()