MonobjcMonobjc Documented Class Library
GrowlNotificationTimedOut Method (clickContext)
NamespacesMonobjc.GrowlIGrowlApplicationBridgeDelegateGrowlNotificationTimedOut(Id)

Original signature is '- (void)growlNotificationTimedOut:(id)clickContext;'

Declaration Syntax
C#Visual BasicVisual C++
void GrowlNotificationTimedOut(
	Id clickContext
)
Sub GrowlNotificationTimedOut ( _
	clickContext As Id _
)
void GrowlNotificationTimedOut(
	Id^ clickContext
)
Parameters
clickContext (Id)
The clickContext passed when displaying the notification originally via +[GrowlApplicationBridge notifyWithTitle:description:notificationName:iconData:priority:isSticky:clickContext:].
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)