Class DBC.PushNotificationServiceFields
Fields for PushNotificationService, Used for storing handles to user devices that should receive push notifications
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.PushNotificationServiceFields
Fields
AssociateId
PushNotificationService.AssociateId: To whom does this handle belong
Declaration
public const string AssociateId = "AssociateId"
Field Value
Type | Description |
---|---|
string |
DeviceDisplayName
PushNotificationService.DeviceDisplayName: Userfriendly name for device. Ex: 'My iPhone 5S'
Declaration
public const string DeviceDisplayName = "DeviceDisplayName"
Field Value
Type | Description |
---|---|
string |
DeviceIdentifier
PushNotificationService.DeviceIdentifier: Unique device identifier
Declaration
public const string DeviceIdentifier = "DeviceIdentifier"
Field Value
Type | Description |
---|---|
string |
DevicePlatform
PushNotificationService.DevicePlatform: Device platform. Apple, Google, Microsoft, etc.
Declaration
public const string DevicePlatform = "DevicePlatform"
Field Value
Type | Description |
---|---|
string |
Language
PushNotificationService.Language: The language to send translated messages in
Declaration
public const string Language = "Language"
Field Value
Type | Description |
---|---|
string |
LastNotificationDate
PushNotificationService.LastNotificationDate: When was a notification last sent to this device
Declaration
public const string LastNotificationDate = "LastNotificationDate"
Field Value
Type | Description |
---|---|
string |
OSVersion
PushNotificationService.OSVersion: The operating system version this device is using
Declaration
public const string OSVersion = "OSVersion"
Field Value
Type | Description |
---|---|
string |
PNSHandle
PushNotificationService.PNSHandle: The platform specific handle needed for pushing messages directly to this device
Declaration
public const string PNSHandle = "PNSHandle"
Field Value
Type | Description |
---|---|
string |
PNSHandleUpdateDate
PushNotificationService.PNSHandleUpdateDate: When was the PNSHandle for this device last updated
Declaration
public const string PNSHandleUpdateDate = "PNSHandleUpdateDate"
Field Value
Type | Description |
---|---|
string |
PocketVersion
PushNotificationService.PocketVersion: The version of Pocket CRM this device is using
Declaration
public const string PocketVersion = "PocketVersion"
Field Value
Type | Description |
---|---|
string |
PushNotificationServiceId
PushNotificationService.PushNotificationServiceId: Primary key
Declaration
public const string PushNotificationServiceId = "pushnotificationservice_id"
Field Value
Type | Description |
---|---|
string |
Registered
PushNotificationService.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
string |
RegisteredAssociateId
PushNotificationService.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
string |
Tags
PushNotificationService.Tags: Comma separated list of notification types this device should or should not receive notifications about. Ex: 'invitations=0,meetings=1
Declaration
public const string Tags = "Tags"
Field Value
Type | Description |
---|---|
string |
TimeZoneId
PushNotificationService.TimeZoneId: The timezone to show for dates in messages
Declaration
public const string TimeZoneId = "TimeZoneId"
Field Value
Type | Description |
---|---|
string |
TotalNotificationCount
PushNotificationService.TotalNotificationCount: How many notifications have been sent to this device
Declaration
public const string TotalNotificationCount = "TotalNotificationCount"
Field Value
Type | Description |
---|---|
string |
Updated
PushNotificationService.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
string |
UpdatedAssociateId
PushNotificationService.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
string |
UpdatedCount
PushNotificationService.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
string |