rollbackConfig

suspend fun rollbackConfig(targetVersion: Long): ConfigRollbackResult

Rollback to a previous configuration version.

Security (BSI APP.4.4.A5): Rollback is blocked if target version is below the minimum allowed version configured in RemoteConfigPolicy.

Return

Result indicating success or failure reason.

Since

0.3.0

Parameters

targetVersion

The version number to restore. Threading: Main-safe. Database IO dispatched via Dispatchers.IO.