SKCloudServiceController.RequestCapabilities 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.
[Foundation.Export("requestCapabilitiesWithCompletionHandler:")]
public virtual void RequestCapabilities (Action<StoreKit.SKCloudServiceCapability,Foundation.NSError> completionHandler);
abstract member RequestCapabilities : Action<StoreKit.SKCloudServiceCapability, Foundation.NSError> -> unit
override this.RequestCapabilities : Action<StoreKit.SKCloudServiceCapability, Foundation.NSError> -> unit
Parameters
- completionHandler
- Action<SKCloudServiceCapability,NSError>
Completion handler that takes a SKCloudServiceCapability and an NSError.
- Attributes