AppUpdateCheckHelper
final class AppUpdateCheckHelper
Undocumented
-
The retained
NotificationCenterobserver that listens forUIApplication.didBecomeActiveNotificationnotifications.Declaration
Swift
var applicationDidBecomeActiveObserver: NSObjectProtocol? -
Undocumented
Declaration
Swift
init(appConfigurationProvider: AppConfigurationProviding, store: Store)
-
Undocumented
Declaration
Swift
deinit -
Undocumented
Declaration
Swift
func checkAppVersionDialog(for vc: UIViewController?) -
Undocumented
Declaration
Swift
func createAlert(_ type: UpdateAlertType, vc: UIViewController?) -> UIAlertController? -
Undocumented
Declaration
Swift
func alertTypeFrom( currentVersion: String, minVersion: SAP_SemanticVersion, latestVersion: SAP_SemanticVersion ) -> UpdateAlertType