isUnsupportedDevice property

bool get isUnsupportedDevice

Returns true if the SDK refused to operate because the runtime environment is not a supported production Android device (for example an emulator or a non-OEM OS image running a release build). Treat as a hard stop; recovery is environmental, not code-side. Android only; iOS/macOS never produce this code.

Implementation

bool get isUnsupportedDevice => code == 'UNSUPPORTED_DEVICE';