Show / Hide Table of Contents

Class DeviceInfo

Inheritance
object
DeviceInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

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

Platform

What platform does this device belong to

Declaration
public NotificationPlatform Platform { get; set; }
Property Value
Type Description
NotificationPlatform

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
int

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top