Share via


SKCloudServiceController.RequestCapabilitiesAsync Method

Definition

Requests the current capabilities of the music library on the device.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<StoreKit.SKCloudServiceCapability> RequestCapabilitiesAsync();
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RequestCapabilitiesAsync : unit -> System.Threading.Tasks.Task<StoreKit.SKCloudServiceCapability>
override this.RequestCapabilitiesAsync : unit -> System.Threading.Tasks.Task<StoreKit.SKCloudServiceCapability>

Returns

A task that represents the asynchronous RequestCapabilities operation. The value of the TResult parameter is of type System.Action<StoreKit.SKCloudServiceCapability,Foundation.NSError>.

Attributes

Applies to