Enum MCDConnectedDevicesNotificationType
typedef NS_ENUM(NSInteger, MCDConnectedDevicesNotificationType)
Contém valores que descrevem o tipo (serviço) de uma notificação.
Campos
Nome | Valor | Descrição |
---|---|---|
MCDNotificationTypeUnknown | 0 | ConnectedDevicesNotificationType é desconhecido. |
MCDNotificationTypeWNS | 1 | Serviços de Notificação por Push do Windows. |
MCDNotificationTypeGCM | 2 | Google Cloud Messaging. |
MCDNotificationTypeFCM | 3 | Firebase Cloud Messaging. |
MCDNotificationTypeAPN | 4 | Apple Push Notification Service. |
MCDNotificationTypePolling | 5 | Nenhum serviço de notificação na nuvem; em vez disso, pesquise respostas de entrada. |