<!--
{
  "availability" : [
    "iOS: 26.4.0 -",
    "iPadOS: 26.4.0 -",
    "macCatalyst: -",
    "macOS: 26.4.0 -",
    "tvOS: 26.4.0 -",
    "visionOS: 26.4.0 -",
    "watchOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayerInterstitialEventMonitor/ScheduleRequestCompleted",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "s:So32AVPlayerInterstitialEventMonitorC12AVFoundationE24ScheduleRequestCompletedV"
  },
  "title" : "AVPlayerInterstitialEventMonitor.ScheduleRequestCompleted"
}
-->

# AVPlayerInterstitialEventMonitor.ScheduleRequestCompleted

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

```
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

[`let scheduleIdentifier: String`](/documentation/AVFoundation/AVPlayerInterstitialEventMonitor/ScheduleRequestCompleted/scheduleIdentifier)

[`let result: Result<Data, any Error>`](/documentation/AVFoundation/AVPlayerInterstitialEventMonitor/ScheduleRequestCompleted/result)

## Relationships

### Conforms To

[`AsyncMessage`](/documentation/Foundation/NotificationCenter/AsyncMessage)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)