SKCloudServiceSetupMessageIdentifier 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举云服务设置消息标识符。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SKCloudServiceSetupMessageIdentifier
type SKCloudServiceSetupMessageIdentifier =
- 继承
-
SKCloudServiceSetupMessageIdentifier
- 属性
字段
名称 | 值 | 说明 |
---|---|---|
AddMusic | 2 | 指示添加音乐的消息 |
Connect | 1 | 指示要连接的消息。 |
Join | 0 | 指示要加入的消息。 |
PlayMusic | 3 | 指示要播放的消息。 |