ICoreUpgradeCallback

interface ICoreUpgradeCallback

A callback whenever an upgrade on the SWCore version code has been performed. It can be used for migration or configure new parameters when upgrade to the new SWCore version.

Functions

Link copied to clipboard
abstract fun onSTWCoreUpgrade(oldCoreVersionCode: Int, newCoreVersionCode: Int)
called when the STW Core is updated from oldCoreVersionCode to a newCoreVersionCode