Show / Hide Table of Contents

Class PocketDeviceInfo

Describes a device running Pocket CRM

Carrier object for PocketDeviceInfo. Services for the PocketDeviceInfo Carrier is available from the Pocket Agent.
Inheritance
object
PocketDeviceInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public class PocketDeviceInfo

Constructors

PocketDeviceInfo()

Default constructor

Declaration
public PocketDeviceInfo()
See Also
IPocketAgent

Properties

DeviceIdentifier

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

Declaration
[DataMember]
public virtual string DeviceIdentifier { get; set; }
Property Value
Type Description
string
See Also
IPocketAgent

DeviceName

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

Declaration
[DataMember]
public virtual string DeviceName { get; set; }
Property Value
Type Description
string
See Also
IPocketAgent

Language

The language which this device will receive notifications translated in

Declaration
[DataMember]
public virtual string Language { get; set; }
Property Value
Type Description
string
See Also
IPocketAgent

OSVersion

The operating system version. Ex: 'iOS v10.2'

Declaration
[DataMember]
public virtual string OSVersion { get; set; }
Property Value
Type Description
string
See Also
IPocketAgent

PNSHandle

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

Declaration
[DataMember]
public virtual string PNSHandle { get; set; }
Property Value
Type Description
string
See Also
IPocketAgent

Platform

What platform does this device belong to

Declaration
[DataMember]
public virtual NotificationPlatform Platform { get; set; }
Property Value
Type Description
NotificationPlatform
See Also
IPocketAgent

PocketVersion

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

Declaration
[DataMember]
public virtual string PocketVersion { get; set; }
Property Value
Type Description
string
See Also
IPocketAgent

TimeZoneId

The timezone to show for dates in messages

Declaration
[DataMember]
public virtual int TimeZoneId { get; set; }
Property Value
Type Description
int
See Also
IPocketAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
string

The carrier contents.

Overrides
object.ToString()
See Also
IPocketAgent

ToString(string)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
string prefix

The line prefix (typically used for indenting)

Returns
Type Description
string

The carrier contents.

See Also
IPocketAgent

See Also

IPocketAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top