MonobjcMonobjc Documented Class Library
UpdaterShouldPromptForPermissionToCheckForUpdates Method (bundle)
NamespacesMonobjc.SparkleISUUpdaterDelegateUpdaterShouldPromptForPermissionToCheckForUpdates(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++
bool UpdaterShouldPromptForPermissionToCheckForUpdates(
	SUUpdater bundle
)
Function UpdaterShouldPromptForPermissionToCheckForUpdates ( _
	bundle As SUUpdater _
) As Boolean
bool UpdaterShouldPromptForPermissionToCheckForUpdates(
	SUUpdater^ bundle
)
Parameters
bundle (SUUpdater)
MISSING
Return Value

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