readVAS(_:)
Presents a sheet to read a loyalty card for Value Added Services (VAS), and returns the loyalty card data.
Declaration
func readVAS(_ request: VASRequest) async throws -> VASReadResultParameters
- request:
The object that you use to specify the request details, such as the list of supported merchants.
Mentioned in
Return Value
A VASReadResult if the read operation was successful.
Discussion
Call this method to read the data from a loyalty card. When you call this method, the system displays UI with instructions on what the person needs to do. This UI remains onscreen until the system reads the person’s card, you cancel the operation, or an error occurs.