Share via


AVContentKeySession.RemovePendingExpiredSessionReports Method

Definition

[Foundation.Export("removePendingExpiredSessionReports:withAppIdentifier:storageDirectoryAtURL:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void RemovePendingExpiredSessionReports(Foundation.NSDictionary[] expiredSessionReports, Foundation.NSData appIdentifier, Foundation.NSUrl storageUrl);
[<Foundation.Export("removePendingExpiredSessionReports:withAppIdentifier:storageDirectoryAtURL:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RemovePendingExpiredSessionReports : Foundation.NSDictionary[] * Foundation.NSData * Foundation.NSUrl -> unit

Parameters

expiredSessionReports
NSDictionary[]
appIdentifier
NSData
storageUrl
NSUrl
Attributes

Applies to