Show / Hide Table of Contents

Class DBC.PushNotificationServiceFields

Fields for PushNotificationService, Used for storing handles to user devices that should receive push notifications

Inheritance
Object
DBC.PushNotificationServiceFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class 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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top