Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
BlockAppFromRunning ( this configurationService, string title, string body, Func |
||
CheckMinimumVersion ( this configurationService, bool retrieveCached = false, string minVerKey = Constants.AppConfigurationMinVersionKey ) : Task |
||
CheckRecommendedVersion ( this configurationService, bool retrieveCached = false, string recommVerKey = Constants.AppConfigurationRecommVersionKey ) : Task |
||
HandleServiceNotification ( this configurationService, bool retrieveCached = false, System.Action failureHandler = null, string serviceNotificationTitleKey = Constants.AppConfigurationServiceNotificationTitleKey, string serviceNotificationBodyKey = Constants.AppConfigurationServiceNotificationBodyKey, string serviceNotificationShowKey = Constants.AppConfigurationServiceNotificationDisplayingKey ) : Task | ||
NotifyUserWhenNotMetAppMinVer ( this configurationService, bool handleLoadConfigValidation = false, bool retrieveCached = false, string minVerKey = Constants.AppConfigurationMinVersionKey ) : Task | ||
NotifyUserWhenNotMetAppRecommendedVer ( this configurationService, bool retrieveCached = false, System.Action failureHandler = null, string recommVerKey = Constants.AppConfigurationRecommVersionKey ) : Task |
public static BlockAppFromRunning ( this configurationService, string title, string body, Func |
||
configurationService | this | |
title | string | |
body | string | |
retryAction | Func |
|
Résultat | Task |
public static CheckMinimumVersion ( this configurationService, bool retrieveCached = false, string minVerKey = Constants.AppConfigurationMinVersionKey ) : Task |
||
configurationService | this | |
retrieveCached | bool | |
minVerKey | string | |
Résultat | Task |
public static CheckRecommendedVersion ( this configurationService, bool retrieveCached = false, string recommVerKey = Constants.AppConfigurationRecommVersionKey ) : Task |
||
configurationService | this | |
retrieveCached | bool | |
recommVerKey | string | |
Résultat | Task |
public static HandleServiceNotification ( this configurationService, bool retrieveCached = false, System.Action failureHandler = null, string serviceNotificationTitleKey = Constants.AppConfigurationServiceNotificationTitleKey, string serviceNotificationBodyKey = Constants.AppConfigurationServiceNotificationBodyKey, string serviceNotificationShowKey = Constants.AppConfigurationServiceNotificationDisplayingKey ) : Task | ||
configurationService | this | |
retrieveCached | bool | |
failureHandler | System.Action | |
serviceNotificationTitleKey | string | |
serviceNotificationBodyKey | string | |
serviceNotificationShowKey | string | |
Résultat | Task |
public static NotifyUserWhenNotMetAppMinVer ( this configurationService, bool handleLoadConfigValidation = false, bool retrieveCached = false, string minVerKey = Constants.AppConfigurationMinVersionKey ) : Task | ||
configurationService | this | |
handleLoadConfigValidation | bool | |
retrieveCached | bool | |
minVerKey | string | |
Résultat | Task |
public static NotifyUserWhenNotMetAppRecommendedVer ( this configurationService, bool retrieveCached = false, System.Action failureHandler = null, string recommVerKey = Constants.AppConfigurationRecommVersionKey ) : Task | ||
configurationService | this | |
retrieveCached | bool | |
failureHandler | System.Action | |
recommVerKey | string | |
Résultat | Task |