> ## 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.

# Enum values for NotificationPlatform

> Lists the enum values for NotificationPlatform.

## NotificationPlatform Enum

Device platform. Apple, Google, Microsoft, etc.

| Name            | Value | Description                                                      |
| --------------- | ----- | ---------------------------------------------------------------- |
| Apple           | 0     | Device is by Apple                                               |
| Google          | 1     | Device is by Google                                              |
| Microsoft       | 2     | Device is by Microsoft                                           |
| AppleDeveloper  | 3     | Device is by Apple, used for development and debugging           |
| AppleAdHoc      | 4     | Device is by Apple, used for testing                             |
| GoogleDeveloper | 5     | Device is by Google, used for testing, development and debugging |

## Usage

* [PushNotificationService](../pushnotificationservice).DevicePlatform - Used for storing handles to user devices that should receive push notifications


## Related topics

- [Enum NotificationPlatform](/en/automation/crmscript/reference/CRMScript.NetServer.NotificationPlatform.md)
- [SuperOffice.WebApi.Data.NotificationPlatform](/en/api/reference/webapi/SuperOffice.WebApi.Data.NotificationPlatform.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [SuperOffice.WebApi.Data.PocketDeviceInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.PocketDeviceInfo.md)
- [PushNotificationService table](/en/database/tables/pushnotificationservice.md)
- [NSPocketDeviceInfo](/en/automation/crmscript/reference/CRMScript.NetServer.NSPocketDeviceInfo.md)
