MonobjcMonobjc Documented Class Library
UpdaterShouldPromptForPermissionToCheckForUpdatesMessage Method (bundle)
NamespacesMonobjc.SparkleSUUpdater..::..SUUpdaterDelegateEventDispatcherUpdaterShouldPromptForPermissionToCheckForUpdatesMessage(SUUpdater)

Use this to override the default behavior for Sparkle prompting the user about automatic update checks.

Original signature is '- (BOOL)updaterShouldPromptForPermissionToCheckForUpdates:(SUUpdater *)bundle'

Available in Sparkle 1.5b6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public bool UpdaterShouldPromptForPermissionToCheckForUpdatesMessage(
	SUUpdater bundle
)
Public Function UpdaterShouldPromptForPermissionToCheckForUpdatesMessage ( _
	bundle As SUUpdater _
) As Boolean
public:
bool UpdaterShouldPromptForPermissionToCheckForUpdatesMessage(
	SUUpdater^ bundle
)
Parameters
bundle (SUUpdater)
MISSING
Return Value

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