Click or drag to resize

DeviceCount 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.UserDeviceCount

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 DeviceCount

The DeviceCount type exposes the following members.

Constructors
 NameDescription
Public methodDeviceCountInitializes a new instance of the DeviceCount class
Top
Properties
 NameDescription
Public propertyDevices Number of devices
Public propertyEmail Email of the user
Public propertyNewerAppVersionExistedWhenAnyLastSeenRecently True if the user has been online recently with a device with an at the time outdated app version
Top
See Also