MonobjcMonobjc Documented Class Library
BestValidUpdateInAppcastForUpdater Method (appcast, bundle)
NamespacesMonobjc.SparkleISUUpdaterDelegateBestValidUpdateInAppcastForUpdater(SUAppcast, SUUpdater)

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++
SUAppcastItem BestValidUpdateInAppcastForUpdater(
	SUAppcast appcast,
	SUUpdater bundle
)
Function BestValidUpdateInAppcastForUpdater ( _
	appcast As SUAppcast, _
	bundle As SUUpdater _
) As SUAppcastItem
SUAppcastItem^ BestValidUpdateInAppcastForUpdater(
	SUAppcast^ appcast, 
	SUUpdater^ bundle
)
Parameters
appcast (SUAppcast)
MISSING
bundle (SUUpdater)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Sparkle.ISUUpdaterDelegate.BestValidUpdateInAppcastForUpdater(Monobjc.Sparkle.SUAppcast,Monobjc.Sparkle.SUUpdater)"]

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)