<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "StoreKit",
  "identifier" : "/documentation/StoreKit/SKCloudServiceSetupMessageIdentifier",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "StoreKit"
    ],
    "preciseIdentifier" : "c:@T@SKCloudServiceSetupMessageIdentifier"
  },
  "title" : "SKCloudServiceSetupMessageIdentifier"
}
-->

# SKCloudServiceSetupMessageIdentifier

Identifiers for the available messages the setup view can present to the user.

```
struct SKCloudServiceSetupMessageIdentifier
```

## Topics

### Initializing Identifiers

[`init(rawValue:)`](/documentation/StoreKit/SKCloudServiceSetupMessageIdentifier/init(rawValue:))

Initializes a cloud service setup message identifier based on the provided raw value.

### Message Identifiers

[`SKCloudServiceSetupMessageIdentifierAddMusic`](/documentation/StoreKit/SKCloudServiceSetupMessageIdentifier/addMusic)

Message identifier for adding music.

[`SKCloudServiceSetupMessageIdentifierConnect`](/documentation/StoreKit/SKCloudServiceSetupMessageIdentifier/connect)

Message identifier for connecting.

[`SKCloudServiceSetupMessageIdentifierJoin`](/documentation/StoreKit/SKCloudServiceSetupMessageIdentifier/join)

Message identifier for joining.

[`SKCloudServiceSetupMessageIdentifierPlayMusic`](/documentation/StoreKit/SKCloudServiceSetupMessageIdentifier/playMusic)

Message identifier for playing music.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)