Enum NotificationPlatform
Value for field 'DevicePlatform' in table 'PushNotificationService' This Enum is used by: PushNotificationService.DevicePlatform
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public enum NotificationPlatform : short
Fields
Name | Description |
---|---|
Apple | 0: Device is by Apple |
AppleAdHoc | 4: Device is by Apple, used for testing |
AppleDeveloper | 3: Device is by Apple, used for development and debugging |
1: Device is by Google |
|
GoogleDeveloper | 5: Device is by Google, used for testing, development and debugging |
Microsoft | 2: Device is by Microsoft |