contentKeySessionDidGenerateExpiredSessionReport(_:)
Notifies the sender that an expired session report has been generated.
Declaration
optional func contentKeySessionDidGenerateExpiredSessionReport(_ session: AVContentKeySession)Parameters
- session:
The Avcontentkeysession object that recorded the generation of an expired session report.
Discussion
This method is invoked when an expired session report is added to the storageURL property.
See Also
Updating and retrying content key requests
contentKeySession(_:didProvide:forInitializationData:)contentKeySession(_:externalProtectionStatusDidChangeFor:)contentKeySession(_:didUpdatePersistableContentKey:forContentKeyIdentifier:)contentKeySession(_:shouldRetry:reason:)AVContentKeyRequest.RetryReasoncontentKeySessionContentProtectionSessionIdentifierDidChange(_:)contentKeySession(_:contentKeyRequest:didFailWithError:)contentKeySession(_:contentKeyRequestDidSucceed:)