共用方式為


枚舉 MCDConnectedDevicesNotificationType

typedef NS_ENUM(NSInteger, MCDConnectedDevicesNotificationType)

包含值,這些值描述通知 (服務) 類型。

欄位

名稱 描述
MCDNotificationTypeUnknown 0 ConnectedDevicesNotificationType 未知。
MCDNotificationTypeWNS 1 Windows 推播通知服務。
MCDNotificationTypeGCM 2 Google 雲端通訊。
MCDNotificationTypeFCM 3 Firebase 雲端通訊。
MCDNotificationTypeAPN 4 Apple 推播通知服務。
MCDNotificationTypePolling 5 無雲端通知服務;而是輪詢傳入回應。