Class DeviceInfo
Inherited Members
Namespace: SuperOffice.CRM.Notification
Assembly: SoDataBase.dll
Syntax
public class DeviceInfo
Constructors
DeviceInfo()
Default constructor
Declaration
public DeviceInfo()
Properties
DeviceIdentifier
A unique identifier of this device. This value should always be the same for the same device
Declaration
public string DeviceIdentifier { get; set; }
Property Value
Type | Description |
---|---|
String |
DeviceName
A friendly display name for the device. Ex: 'Bobbys iPhone 5S'
Declaration
public string DeviceName { get; set; }
Property Value
Type | Description |
---|---|
String |
Language
The language which this device will receive notifications translated in
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
String |
OSVersion
The operating system version. Ex: 'iOS v10.2'
Declaration
public string OSVersion { get; set; }
Property Value
Type | Description |
---|---|
String |
Platform
What platform does this device belong to
Declaration
public NotificationPlatform Platform { get; set; }
Property Value
Type | Description |
---|---|
NotificationPlatform |
PNSHandle
The identifier associated with the device that will be used when talking with vendors push services
Declaration
public string PNSHandle { get; set; }
Property Value
Type | Description |
---|---|
String |
PocketVersion
What version of Pocket CRM this device is running. Ex: '8.0.37'
Declaration
public string PocketVersion { get; set; }
Property Value
Type | Description |
---|---|
String |
TimeZoneId
The timezone to show for dates in messages
Declaration
public int TimeZoneId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)