Click or drag to resize

Device Class

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.
Class representing a mobile device used by a user
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.DTOs.UserDevice

Namespace: AnySenseService.Entities.API.PublicAPI.V1.DTOs.User
Assembly: AnySenseService.Entities.API.PublicAPI.V1 (in AnySenseService.Entities.API.PublicAPI.V1.dll) Version: 1.29.6-dev
Syntax
C#
public class Device

The Device type exposes the following members.

Constructors
 NameDescription
Public methodDeviceInitializes a new instance of the Device class
Top
Properties
 NameDescription
Public propertyAppVersion The latest app-version of Anysense running on the device
Public propertyLastSeen Timestamp of when the device is last seen (UTC).
Public propertyModel The make and model of the device
Public propertyNewerAppVersionExistedWhenLastSeen True if the device had been using an outdated app version when last seen
Public propertyOsVersion The lastest version of the OS / SDK
Top
See Also