枚举 MCDConnectedDevicesNotificationType

typedef NS_ENUM(NSInteger, MCDConnectedDevicesNotificationType)

包含描述通知 (服务) 类型的值。

字段

名称 说明
MCDNotificationTypeUnknown 0 ConnectedDevicesNotificationType 未知。
MCDNotificationTypeWNS 1 Windows 推送通知服务。
MCDNotificationTypeGCM 2 Google Cloud Messaging。
MCDNotificationTypeFCM 3 Firebase Cloud Messaging。
MCDNotificationTypeAPN 4 Apple 推送通知服务。
MCDNotificationTypePolling 5 无云通知服务;而是轮询传入响应。