SKCloudServiceController.RequestCapabilitiesAsync Method

Definition

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

public virtual System.Threading.Tasks.Task<StoreKit.SKCloudServiceCapability> RequestCapabilitiesAsync ();
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>.

Applies to