---
title: PHLivePhotoRequestID
framework: photos
role: symbol
role_heading: Type Alias
path: photos/phlivephotorequestid
---

# PHLivePhotoRequestID

A numeric identifier for an asynchronous Live Photo loading request.

## Declaration

```swift
typealias PHLivePhotoRequestID = Int32
```

## Discussion

Discussion Pass this identifier to the cancelRequest(withRequestID:) method if you need to cancel a request before it completes.

## See Also

### Constants

- [Image Request Identifiers](photokit/image-request-identifiers.md)
- [Result Handler Info Dictionary Keys](photokit/result-handler-info-dictionary-keys.md)
