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

If you're using special logic or extensions in your appcast, implement this to use your own logic for finding a valid update, if any, in the given appcast.

Original signature is '- (SUAppcastItem *)bestValidUpdateInAppcast:(SUAppcast *)appcast forUpdater:(SUUpdater *)bundle'

Available in Sparkle 1.5b6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public delegate SUAppcastItem BestValidUpdateInAppcastForUpdaterEventHandler(
	SUAppcast appcast,
	SUUpdater bundle
)
Public Delegate Function BestValidUpdateInAppcastForUpdaterEventHandler ( _
	appcast As SUAppcast, _
	bundle As SUUpdater _
) As SUAppcastItem
public delegate SUAppcastItem^ BestValidUpdateInAppcastForUpdaterEventHandler(
	SUAppcast^ appcast, 
	SUUpdater^ bundle
)
Parameters
appcast (SUAppcast)
MISSING
bundle (SUUpdater)
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)