Class NotificationPlatform
Value for field 'DevicePlatform' in table 'PushNotificationService' This Enum is used by: PushNotificationService.DevicePlatform
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class NotificationPlatform : Enum
Fields
Apple
0: Device is by Apple
Declaration
public const NotificationPlatform Apple
Field Value
Type | Description |
---|---|
NotificationPlatform |
AppleAdHoc
4: Device is by Apple, used for testing
Declaration
public const NotificationPlatform AppleAdHoc
Field Value
Type | Description |
---|---|
NotificationPlatform |
AppleDeveloper
3: Device is by Apple, used for development and debugging
Declaration
public const NotificationPlatform AppleDeveloper
Field Value
Type | Description |
---|---|
NotificationPlatform |
1: Device is by Google
Declaration
public const NotificationPlatform Google
Field Value
Type | Description |
---|---|
NotificationPlatform |
GoogleDeveloper
5: Device is by Google, used for testing, development and debugging
Declaration
public const NotificationPlatform GoogleDeveloper
Field Value
Type | Description |
---|---|
NotificationPlatform |
Microsoft
2: Device is by Microsoft
Declaration
public const NotificationPlatform Microsoft
Field Value
Type | Description |
---|---|
NotificationPlatform |
value__
Value for field 'DevicePlatform' in table 'PushNotificationService' This Enum is used by: PushNotificationService.DevicePlatform
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)