SKCloudServiceController.RequestCapabilitiesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>.