Show / Hide Table of Contents

Class DBC.PushNotificationServiceFields

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

Inheritance
System.Object
DBC.PushNotificationServiceFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class PushNotificationServiceFields : Object

Fields

AssociateId

PushNotificationService.AssociateId: To whom does this handle belong

Declaration
public const string AssociateId = "AssociateId"
Field Value
Type Description
System.String

DeviceDisplayName

PushNotificationService.DeviceDisplayName: Userfriendly name for device. Ex: 'My iPhone 5S'

Declaration
public const string DeviceDisplayName = "DeviceDisplayName"
Field Value
Type Description
System.String

DeviceIdentifier

PushNotificationService.DeviceIdentifier: Unique device identifier

Declaration
public const string DeviceIdentifier = "DeviceIdentifier"
Field Value
Type Description
System.String

DevicePlatform

PushNotificationService.DevicePlatform: Device platform. Apple, Google, Microsoft, etc.

Declaration
public const string DevicePlatform = "DevicePlatform"
Field Value
Type Description
System.String

Language

PushNotificationService.Language: The language to send translated messages in

Declaration
public const string Language = "Language"
Field Value
Type Description
System.String

LastNotificationDate

PushNotificationService.LastNotificationDate: When was a notification last sent to this device

Declaration
public const string LastNotificationDate = "LastNotificationDate"
Field Value
Type Description
System.String

OSVersion

PushNotificationService.OSVersion: The operating system version this device is using

Declaration
public const string OSVersion = "OSVersion"
Field Value
Type Description
System.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
System.String

PNSHandleUpdateDate

PushNotificationService.PNSHandleUpdateDate: When was the PNSHandle for this device last updated

Declaration
public const string PNSHandleUpdateDate = "PNSHandleUpdateDate"
Field Value
Type Description
System.String

PocketVersion

PushNotificationService.PocketVersion: The version of Pocket CRM this device is using

Declaration
public const string PocketVersion = "PocketVersion"
Field Value
Type Description
System.String

PushNotificationServiceId

PushNotificationService.PushNotificationServiceId: Primary key

Declaration
public const string PushNotificationServiceId = "pushnotificationservice_id"
Field Value
Type Description
System.String

Registered

PushNotificationService.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
System.String

RegisteredAssociateId

PushNotificationService.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
System.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
System.String

TimeZoneId

PushNotificationService.TimeZoneId: The timezone to show for dates in messages

Declaration
public const string TimeZoneId = "TimeZoneId"
Field Value
Type Description
System.String

TotalNotificationCount

PushNotificationService.TotalNotificationCount: How many notifications have been sent to this device

Declaration
public const string TotalNotificationCount = "TotalNotificationCount"
Field Value
Type Description
System.String

Updated

PushNotificationService.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
System.String

UpdatedAssociateId

PushNotificationService.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
System.String

UpdatedCount

PushNotificationService.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
System.String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top