---
title: AVPlayerInterstitialEventMonitor.ScheduleRequestCompleted
framework: avfoundation
role: symbol
role_heading: Structure
path: avfoundation/avplayerinterstitialeventmonitor/schedulerequestcompleted
---

# AVPlayerInterstitialEventMonitor.ScheduleRequestCompleted

A NotificationCenter AsyncMessage that is sent when a daterange-schedule request completes

## Declaration

```swift
struct ScheduleRequestCompleted
```

## Parameters

- `scheduleIdentifier`: The ID attribute of the daterange-schedule
- `result`: On success, the serialized JSON Data from the schedule response

## Topics

### Inspecting the completion

- [scheduleIdentifier](avfoundation/avplayerinterstitialeventmonitor/schedulerequestcompleted/scheduleidentifier.md)
- [result](avfoundation/avplayerinterstitialeventmonitor/schedulerequestcompleted/result.md)

## Relationships

### Conforms To

- [NotificationCenter.AsyncMessage](foundation/notificationcenter/asyncmessage.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
