Last active
October 22, 2017 11:44
-
-
Save pushlink/1a47d8b9710cd4e9e604 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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