Share via


AVContentKeySessionDelegate.DidSucceed Method

Definition

[Foundation.Export("contentKeySession:contentKeyRequestDidSucceed:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidSucceed(AVFoundation.AVContentKeySession session, AVFoundation.AVContentKeyRequest keyRequest);
[<Foundation.Export("contentKeySession:contentKeyRequestDidSucceed:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidSucceed : AVFoundation.AVContentKeySession * AVFoundation.AVContentKeyRequest -> unit
override this.DidSucceed : AVFoundation.AVContentKeySession * AVFoundation.AVContentKeyRequest -> unit

Parameters

keyRequest
AVContentKeyRequest

Implements

Attributes

Applies to