MonobjcMonobjc Documented Class Library
UpdaterDidFindValidUpdateMessage Method (updater, update)
NamespacesMonobjc.SparkleSUUpdater..::..SUUpdaterDelegateEventDispatcherUpdaterDidFindValidUpdateMessage(SUUpdater, SUAppcastItem)

Sent when a valid update is found by the update driver.

Original signature is '- (void)updater:(SUUpdater *)updater didFindValidUpdate:(SUAppcastItem *)update'

Available in Sparkle 1.5b6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public void UpdaterDidFindValidUpdateMessage(
	SUUpdater updater,
	SUAppcastItem update
)
Public Sub UpdaterDidFindValidUpdateMessage ( _
	updater As SUUpdater, _
	update As SUAppcastItem _
)
public:
void UpdaterDidFindValidUpdateMessage(
	SUUpdater^ updater, 
	SUAppcastItem^ update
)
Parameters
updater (SUUpdater)
MISSING
update (SUAppcastItem)
MISSING
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)