Click or drag to resize
DeviceState Enumeration
The level of traffic that should be currently sent on the network during synchronization. Order matters because we do an int comparison.

Namespace: Oracle.Cloud.Mobile
Assembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public enum DeviceState
Members
  Member nameValueDescription
Critical2 Don't do anything in the background unless user initiated, the device may be roaming or low on battery.
Restricted1 Only perform high priority background work, the device may be approaching data limit or busy.
Unrestricted0 No restrictions.
See Also