You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm calling checkForUpdates and listening to events, rather than just calling checkForUpdatesAndNotify, in order to have more control over the whole process.
The problem is that checkForUpdatesAndNotify internally calls isUpdaterActive for potentially aborting the process in case the app is not auto-updatable, so isUpdaterActive should be available as a proper API also so that we can use it when calling checkForUpdates too, currently it's marked as "protected" instead.
The text was updated successfully, but these errors were encountered:
I'm calling
checkForUpdates
and listening to events, rather than just callingcheckForUpdatesAndNotify
, in order to have more control over the whole process.The problem is that
checkForUpdatesAndNotify
internally callsisUpdaterActive
for potentially aborting the process in case the app is not auto-updatable, soisUpdaterActive
should be available as a proper API also so that we can use it when callingcheckForUpdates
too, currently it's marked as "protected" instead.The text was updated successfully, but these errors were encountered: