Interface UpdateChecker

All Known Implementing Classes:
GithubChecker, NoUpdateChecker

public interface UpdateChecker
Checks for updates
  • Method Details

    • check

      Checks for updates.
      Parameters:
      manifest - Manifest for release which is to be updated.
      releaseChannel - Release channel to use.
      Returns:
      A future that will contain an update manifest, or null if there are no updates available currently.