次の方法で共有


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 に設定できます。

戻り値

属性

適用対象