MonobjcMonobjc Documented Class Library
BestValidUpdateInAppcastForUpdaterMessage Method (appcast, bundle)
NamespacesMonobjc.SparkleSUUpdater..::..SUUpdaterDelegateEventDispatcherBestValidUpdateInAppcastForUpdaterMessage(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++
public SUAppcastItem BestValidUpdateInAppcastForUpdaterMessage(
	SUAppcast appcast,
	SUUpdater bundle
)
Public Function BestValidUpdateInAppcastForUpdaterMessage ( _
	appcast As SUAppcast, _
	bundle As SUUpdater _
) As SUAppcastItem
public:
SUAppcastItem^ BestValidUpdateInAppcastForUpdaterMessage(
	SUAppcast^ appcast, 
	SUUpdater^ bundle
)
Parameters
appcast (SUAppcast)
MISSING
bundle (SUUpdater)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Sparkle.SUUpdater.SUUpdaterDelegateEventDispatcher.BestValidUpdateInAppcastForUpdaterMessage(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)