<!--
{
  "availability" : [
    "iOS: 16.4.0 -",
    "iPadOS: 16.4.0 -",
    "macCatalyst: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ProximityReader",
  "identifier" : "/documentation/ProximityReader/PaymentCardReader/Options-swift.struct/returnReadResultImmediately",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ProximityReader"
    ],
    "preciseIdentifier" : "s:15ProximityReader011PaymentCardB0C7OptionsV27returnReadResultImmediatelySbvp"
  },
  "title" : "returnReadResultImmediately"
}
-->

# returnReadResultImmediately

A Boolean value that indicates whether the framework returns a result as soon as possible before closing the system UI.

```
var returnReadResultImmediately: Bool
```

## Discussion

The default value  is `false`.

After the framework reads a payment card, by default, the UI shows an animation before closing then returning the result.
When you set this option to `true`, the framework returns [`PaymentCardReadResult`](/documentation/ProximityReader/PaymentCardReadResult)  immediately without waiting for the system UI to close.

---

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)