MonobjcMonobjc Documented Class Library
FeedParametersForUpdaterSendingSystemProfile Event
NamespacesMonobjc.SparkleSUUpdater..::..SUUpdaterDelegateEventDispatcherFeedParametersForUpdaterSendingSystemProfile

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++
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)