MonobjcMonobjc Documented Class Library
SUUpdater..::..FeedParametersForUpdaterSendingSystemProfileEventHandler Delegate
NamespacesMonobjc.SparkleSUUpdaterSUUpdater..::..FeedParametersForUpdaterSendingSystemProfileEventHandler

This method allows you to add extra parameters to the appcast URL, potentially based on whether or not Sparkle will also be sending along the system profile. This method should return an array of dictionaries with keys: "key", "value", "displayKey", "displayValue", the latter two being specifically for display to the user.

Original signature is '- (NSArray *)feedParametersForUpdater:(SUUpdater *)updater sendingSystemProfile:(BOOL)sendingProfile'

Available in Sparkle 1.5b6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate NSArray FeedParametersForUpdaterSendingSystemProfileEventHandler(
	SUUpdater updater,
	bool sendingProfile
)
Public Delegate Function FeedParametersForUpdaterSendingSystemProfileEventHandler ( _
	updater As SUUpdater, _
	sendingProfile As Boolean _
) As NSArray
public delegate NSArray^ FeedParametersForUpdaterSendingSystemProfileEventHandler(
	SUUpdater^ updater, 
	bool sendingProfile
)
Parameters
updater (SUUpdater)
MISSING
sendingProfile (Boolean)
MISSING
Return Value
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.Sparkle (Module: Monobjc.Sparkle)