SKCloudServiceCapability Enum
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.
Enumerates flags that describe the user's local music library capabilities..
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 3, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SKCloudServiceCapability
type SKCloudServiceCapability =
- Inheritance
-
SKCloudServiceCapability
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The device has no music library capabilities. |
MusicCatalogPlayback | 1 | Indicates that the device can play tracks in the Apple Music catalog. |
MusicCatalogSubscriptionEligible | 2 | A constant that indicates that a device allows subscriptions to the Apple Music catalog. |
AddToCloudMusicLibrary | 256 | Indicates that the device can add tracks to the user's cloud library. |