Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class PocketDeviceInfo
public PocketDeviceInfo()
public virtual string DeviceIdentifier { get; set; }
public virtual string DeviceName { get; set; }
public virtual string Language { get; set; }
public virtual string OSVersion { get; set; }
public virtual string PNSHandle { get; set; }
[JsonIgnore] public NotificationPlatform? Platform { get; set; }
[JsonProperty("Platform")] public string Platform_String { get; set; }
public virtual string PocketVersion { get; set; }
public virtual int TimeZoneId { get; set; }
Was this page helpful?