checkForUpdates

open override fun checkForUpdates(context: Activity): Boolean

Checks for updates to the payment terminal. Calling this method will start the Application Updater program.

NOTE! The Application Updater will restart the terminal when it is finished so the POS application will not regain control after this method is called.

Return

true if the Application Updater was started, otherwise false..