Contents

MobileDocumentReaderSession

The object you use to start reading a mobile document.

Declaration

final class MobileDocumentReaderSession

Mentioned in

Overview

Use a MobileDocumentReaderSession object to read mobile documents from a properly configured device. Don’t create this object directly. Instead, obtain one by calling the prepare(using:) method of your MobileDocumentReader object. This returns a session after the successful configuration of the device.

Maintain a strong reference to a session object for the duration of the document-reading process. You may use the same session object to perform multiple read operations, but you may perform only one read operation at a time from the device.

Topics

Performing a document request

See Also

Mobile document reader