isConfigIntegrityFailed property

bool get isConfigIntegrityFailed

Returns true if the downloaded configuration failed the SDK's integrity check. Treat as a hard stop and do not retry blindly.

Implementation

bool get isConfigIntegrityFailed => code == 'CONFIG_INTEGRITY_FAILED';