checkForUpdates

open suspend fun checkForUpdates()

Allows the user to check for new updates.

The service may be responsible for one or more updatable components. This method should suspend while the checks for these components are ongoing.

The default implementations calls detectUpdate.

Note: This method is only called on request by the user. For periodic update checks see detectUpdate.