Enum ObservePolicy
Definition
- Namespace:
- Tizen.Network.IoTConnectivity
- Assembly:
- Tizen.Network.IoTConnectivity.dll
Enumeration for the policy of observation.
C#Copy[Obsolete("Deprecated since API level 13")] public enum ObservePolicy
| Name | Description |
|---|---|
| AcceptOutOfOrder | Indicates the observation request for all notifications including state notifications. |
| IgnoreOutOfOrder | Indicates the observation request for the most up-to-date notifications only. |