Invoked when the plug-in is first loaded and when the application is removed from the Dock.
Required.
SDK
- macOS 10.6+
Framework
- App
Kit
Declaration
- (void)setDockTile:(NSDock Tile *)dockTile;
Parameters
dockTile
The dock tile associated with the application, or
nil
if the application has been removed from the Dock.
Discussion
The plugin is loaded in a system process at login time or when the application tile is added to the Dock.
The principal class of the plug-in must implement the NSDock
protocol.