Skip to main content

Class PocketDeviceInfo

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for PocketDeviceInfo. Describes a device running Pocket CRM

Inheritance

objectPocketDeviceInfo

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

PocketDeviceInfo()

Default constructor - defaults any enum props to 0.

Properties

DeviceIdentifier

A unique identifier of this device. This value should always be the same for the same device

Property Value

string

DeviceName

A friendly display name for the device. Ex: ‘Bobbys iPhone 5S’

Property Value

string

Language

The language which this device will receive notifications translated in

Property Value

string

OSVersion

The operating system version. Ex: ‘iOS v10.2’

Property Value

string

PNSHandle

The identifier associated with the device that will be used when talking with vendors push services

Property Value

string

Platform

What platform does this device belong to NULL if unknown enum value.

Property Value

NotificationPlatform?

See Also

PocketDeviceInfo.Platform_String

Platform_String

What platform does this device belong to Raw string enum value.

Property Value

string

See Also

PocketDeviceInfo.Platform

PocketVersion

What version of Pocket CRM this device is running. Ex: ‘8.0.37’

Property Value

string

TimeZoneId

The timezone to show for dates in messages

Property Value

int

See Also

PocketAgent