> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.NotificationPlatform

# <a id="SuperOffice_WebApi_Data_NotificationPlatform" /> Enum NotificationPlatform

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Value for field 'DevicePlatform' in table 'PushNotificationService'
This Enum is used by:  PushNotificationService.DevicePlatform

```csharp theme={null}
public enum NotificationPlatform : short
```

## Fields

`Apple = 0`

0: Device is by Apple

`AppleAdHoc = 4`

4: Device is by Apple, used for testing

`AppleDeveloper = 3`

3: Device is by Apple, used for development and debugging

`Google = 1`

1: Device is by Google

`GoogleDeveloper = 5`

5: Device is by Google, used for testing, development and debugging

`Microsoft = 2`

2: Device is by Microsoft


## Related topics

- [SuperOffice.WebApi.Data.PocketDeviceInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.PocketDeviceInfo.md)
- [SuperOffice.WebApi.Data.NotificationEvent](/en/api/reference/webapi/SuperOffice.WebApi.Data.NotificationEvent.md)
- [SuperOffice.WebApi.Data.NotificationMessageType](/en/api/reference/webapi/SuperOffice.WebApi.Data.NotificationMessageType.md)
- [SuperOffice.WebApi.Data.NotificationEventType](/en/api/reference/webapi/SuperOffice.WebApi.Data.NotificationEventType.md)
- [SuperOffice.WebApi.Data.PocketNotificationMessage](/en/api/reference/webapi/SuperOffice.WebApi.Data.PocketNotificationMessage.md)
- [SuperOffice.WebApi.Data.Pocket NotificationHandledRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Pocket_NotificationHandledRequest.md)
