<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ProximityReader",
  "identifier" : "/documentation/ProximityReader/CustomerEngagementSession/updateStatus(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "ProximityReader"
    ],
    "preciseIdentifier" : "s:15ProximityReader25CustomerEngagementSessionC12updateStatusyyAA0cD0O0G0OYaKF"
  },
  "title" : "updateStatus(_:)"
}
-->

# updateStatus(_:)

Updates the status on the customer’s screen.

```
final func updateStatus(_ status: CustomerEngagement.Status) async throws
```

## Parameters

`status`

An enum that defines a fixed status text which includes a title and a subtitle.

## Discussion

When there isn’t any form, like a sign-up form being displayed, the screen defaults to
[`CustomerEngagement.Status.ready`](/documentation/ProximityReader/CustomerEngagement/Status/ready) unless there is a [`CustomerEngagement.ShoppingCart`](/documentation/ProximityReader/CustomerEngagement/ShoppingCart).
[`CustomerEngagement.Status.ready`](/documentation/ProximityReader/CustomerEngagement/Status/ready) resets the default screen from [`CustomerEngagement.ShoppingCart`](/documentation/ProximityReader/CustomerEngagement/ShoppingCart).

> Throws: ``doc://com.apple.ProximityReader/documentation/ProximityReader/CustomerEngagementSession/Error`` if the request fails.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)