---
title: returnReadResultImmediately
framework: proximityreader
role: symbol
role_heading: Instance Property
path: proximityreader/paymentcardreader/options-swift.struct/returnreadresultimmediately
---

# returnReadResultImmediately

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

## Declaration

```swift
var returnReadResultImmediately: Bool
```

## Discussion

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  immediately without waiting for the system UI to close.

## See Also

### Setting read behaviors

- [includeErrorInReadResult](proximityreader/paymentcardreader/options-swift.struct/includeerrorinreadresult.md)
