Partager via


AVContentKeyRequest.RespondByRequestingPersistableContentKeyRequest Méthode

Définition

Surcharges

RespondByRequestingPersistableContentKeyRequest()
Obsolète.

Les développeurs ne doivent pas utiliser cette méthode déconseillée. Les développeurs doivent utiliser la surcharge « NSError » à la place.

RespondByRequestingPersistableContentKeyRequest(NSError)

RespondByRequestingPersistableContentKeyRequest()

Attention

This API is not available on this platform.

Les développeurs ne doivent pas utiliser cette méthode déconseillée. Les développeurs doivent utiliser la surcharge « NSError » à la place.

[Foundation.Export("respondByRequestingPersistableContentKeyRequest")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 2, ObjCRuntime.PlatformArchitecture.None, "Use the 'NSError' overload instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RespondByRequestingPersistableContentKeyRequest ();
[System.Obsolete("This API is not available on this platform.")]
public virtual void RespondByRequestingPersistableContentKeyRequest ();
abstract member RespondByRequestingPersistableContentKeyRequest : unit -> unit
override this.RespondByRequestingPersistableContentKeyRequest : unit -> unit
Attributs

S’applique à

RespondByRequestingPersistableContentKeyRequest(NSError)

[Foundation.Export("respondByRequestingPersistableContentKeyRequestAndReturnError:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool RespondByRequestingPersistableContentKeyRequest (out Foundation.NSError error);
abstract member RespondByRequestingPersistableContentKeyRequest :  -> bool
override this.RespondByRequestingPersistableContentKeyRequest :  -> bool

Paramètres

error
NSError

À ajouter.

Ce paramètre peut être null.

Retours

Attributs

S’applique à