Méthode | Description | |
---|---|---|
CreateProgressWindow ( NetSparkleAppCastItem item, |
Create download progress window
|
|
CreateSparkleForm ( |
Create sparkle form implementation
|
|
Init ( ) : void |
Initialize UI. Called when Sparkle is constructed.
|
|
ShowCannotDownloadAppcast ( string appcastUrl ) : void |
Show message that appcast is not available
|
|
ShowDownloadErrorMessage ( string message, string appCastUrl ) : void |
Show message on download error
|
|
ShowToast ( NetSparkleAppCastItem updates, |
Show 'toast' window to notify new version is available
|
|
ShowUnknownInstallerFormatMessage ( string downloadFileName ) : void |
Show user a message saying downloaded update format is unknown
|
|
ShowVersionIsSkippedByUserRequest ( ) : void |
Show message that latest update was skipped by user
|
|
ShowVersionIsUpToDate ( ) : void |
Show user that current installed version is up-to-date
|
public CreateProgressWindow ( NetSparkleAppCastItem item, |
||
item | NetSparkleAppCastItem | Appcast item to download |
applicationIcon | Application icon to use | |
Résultat | INetSparkleDownloadProgress |
public CreateSparkleForm ( |
||
sparkle | ||
updates | NetSparkleAppCastItem | Sorted array of updates from latest to previous |
applicationIcon | Icon | |
Résultat | INetSparkleForm |
public ShowCannotDownloadAppcast ( string appcastUrl ) : void | ||
appcastUrl | string | |
Résultat | void |
public ShowDownloadErrorMessage ( string message, string appCastUrl ) : void | ||
message | string | Error message from exception |
appCastUrl | string | |
Résultat | void |
public ShowToast ( NetSparkleAppCastItem updates, |
||
updates | NetSparkleAppCastItem | Appcast updates |
applicationIcon | Icon to use in window | |
clickHandler | Action |
handler for click |
Résultat | void |
public ShowUnknownInstallerFormatMessage ( string downloadFileName ) : void | ||
downloadFileName | string | |
Résultat | void |
public ShowVersionIsSkippedByUserRequest ( ) : void | ||
Résultat | void |