EIXAM Connect SDK
partner docs

Protection Mode

Protection Mode is an additive runtime capability that arms a higher-resilience path for critical BLE and SOS handling without changing default SDK behavior when it stays off.

What the partner should know

Recommended flow

final readiness = await sdk.evaluateProtectionReadiness();

if (readiness.canEnterProtectionMode) {
  await sdk.enterProtectionMode();
}

Primary methods

Host responsibilities

Platform note

For deeper platform details, see Android Integration and iOS Integration.