MonobjcMonobjc Documented Class Library
NotifyWithDictionary Method (userInfo)
NamespacesMonobjc.GrowlGrowlApplicationBridgeNotifyWithDictionary(NSDictionary)

Original signature is '+ (void)notifyWithDictionary:(NSDictionary *)userInfo;'

Declaration Syntax
C#Visual BasicVisual C++
public static void NotifyWithDictionary(
	NSDictionary userInfo
)
Public Shared Sub NotifyWithDictionary ( _
	userInfo As NSDictionary _
)
public:
static void NotifyWithDictionary(
	NSDictionary^ userInfo
)
Parameters
userInfo (NSDictionary)
The dictionary to notify with. Before Growl 0.6, your application would have posted notifications using NSDistributedNotificationCenter by creating a userInfo dictionary with the notification data. This had the advantage of allowing you to add other data to the dictionary for programs besides Growl that might be listening.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Growl (Module: Monobjc.Growl)