Property | Type | Description | |
---|---|---|---|
CheckForUpdates | Task |
||
CheckForUpdates | void | ||
CheckWithUpdateFrequency | bool | ||
DoUpdate | void | ||
NavigateToUpdatePage | void | ||
RunUpdateCheck | void | ||
RunUpdateCheckAsync | System.Threading.Tasks.Task | ||
StartUi | void | ||
UpdateManager | Microsoft.HockeyApp.Gui | ||
UpdateManager | Microsoft.HockeyApp.Model | ||
UpdateVersionIfAvailable | System.Threading.Tasks.Task | ||
UpdateVersionIfAvailable | void |
Method | Description | |
---|---|---|
CheckForUpdatesAsync ( bool autoShowUi, Func |
||
RunUpdateCheck ( |
Check for an update on the server HockecCient needs to be configured before calling this method (normally done by configuring a crahshandler in the App() constructor)
|
Method | Description | |
---|---|---|
ShowUpdateNotification ( System.Version currentVersion, IEnumerable |
||
ShowVersionPopup ( System.Version currentVersion, IEnumerable |
Method | Description | |
---|---|---|
CheckForUpdates ( ) : Task |
||
CheckForUpdates ( bool autoShowUi, Func |
||
CheckWithUpdateFrequency ( UpdateCheckFrequency frequency ) : bool | ||
DoUpdate ( IAppVersion availableUpdate ) : void | ||
NavigateToUpdatePage ( System.Version currentVersion, IEnumerable |
||
RunUpdateCheck ( string identifier, |
||
RunUpdateCheckAsync ( |
Check for an update on the server HockecCient needs to be configured before calling this method (normally done by configuring a crahshandler in the App() constructor)
|
|
StartUi ( IAppVersion newVersion ) : void | ||
UpdateManager ( ) : Microsoft.HockeyApp.Gui | ||
UpdateManager ( ) : Microsoft.HockeyApp.Model | ||
UpdateVersionIfAvailable ( |
||
UpdateVersionIfAvailable ( |
public CheckForUpdatesAsync ( bool autoShowUi, Func |
||
autoShowUi | bool | |
shutdownActions | Func |
|
updateAvailableAction | Action |
|
return | Task |
public RunUpdateCheck ( |
||
settings | [optional] custom settings | |
return | void |
protected ShowUpdateNotification ( System.Version currentVersion, IEnumerable |
||
currentVersion | System.Version | |
appVersions | IEnumerable |
|
updateCheckSettings | ||
return | void |
protected ShowVersionPopup ( System.Version currentVersion, IEnumerable |
||
currentVersion | System.Version | |
appVersions | IEnumerable |
|
updateCheckSettings | ||
return | void |