Skip to content

Instantly share code, notes, and snippets.

@celiovasconcelos
Forked from pushlink/manual-ckecking.java
Created October 22, 2017 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save celiovasconcelos/f89eebfe5ba50e49b4cd496b5ab0e212 to your computer and use it in GitHub Desktop.
Save celiovasconcelos/f89eebfe5ba50e49b4cd496b5ab0e212 to your computer and use it in GitHub Desktop.
/**
* This method checks if there is a downloaded but not applied update. It
* also notify the user again. It is useful for "Check for updates"
* button.
*
* @return true if there is a pending update
*/
PushLink.hasPendingUpdate();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment