AVContentKeyRequest.RespondByRequestingPersistableContentKeyRequest Метод

Определение

Перегрузки

RespondByRequestingPersistableContentKeyRequest()
Устаревшие..

Разработчики не должны использовать этот нерекомендуемый метод. Разработчикам следует использовать перегрузку NSError.

RespondByRequestingPersistableContentKeyRequest(NSError)

RespondByRequestingPersistableContentKeyRequest()

Внимание!

This API is not available on this platform.

Разработчики не должны использовать этот нерекомендуемый метод. Разработчикам следует использовать перегрузку NSError.

[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
Атрибуты

Применяется к

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

Параметры

error
NSError

Будет добавлено.

Этот параметр может иметь значение null.

Возвращаемое значение

Атрибуты

Применяется к