DHISVersionManager

Functions

Link copied to clipboard
abstract fun getBypassVersion(): Boolean?
Link copied to clipboard
Link copied to clipboard
abstract fun getSmsVersion(): SMSVersion?
Link copied to clipboard
abstract fun getVersion(): DHISVersion
Link copied to clipboard
abstract fun isGreaterOrEqualThan(version: DHISVersion): Boolean

Check if the current version is greater or equal than the parameter.

Link copied to clipboard
abstract fun isGreaterThan(version: DHISVersion): Boolean

Check if the current version is strictly greater than the parameter.

Link copied to clipboard
abstract fun isVersion(version: DHISVersion): Boolean

Check if the current version is equal to the version passed as parameter.

Link copied to clipboard
abstract fun setBypassVersion(bypassDHIS2VersionCheck: Boolean?)