Contents

returnReadResultImmediately

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

Declaration

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

See Also

Setting read behaviors