Contents

PHAssetResourceDataRequestID

A numeric identifier for an asynchronous asset resource loading request.

Declaration

typealias PHAssetResourceDataRequestID = Int32

Discussion

Pass this identifier to the cancelDataRequest(_:) method if you need to cancel a request before it completes.

See Also

Constants