isConfigIntegrityFailed property
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';
Returns true if the downloaded configuration failed the SDK's integrity check. Treat as a hard stop and do not retry blindly.
bool get isConfigIntegrityFailed => code == 'CONFIG_INTEGRITY_FAILED';