Click or drag to resize
PresenceAccessControlListPolicy Enumeration
Enumeration that describes different access control list policies.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum PresenceAccessControlListPolicy
Members
  Member nameValueDescription
Undefined0 Presence access control list policy is undefined. This means that policy is unknown to us. Returned until the information is retrieved from the network.
Allow1 Presence access control list policy is in allowed state. Presence access control list policy is set to allow anyone with permission to track local user's presence. Previously blocked users are not affected by this policy setting.
Block2 Presence access control list policy is in blocked state. Presence access control list policy is set to block anyone from tracking local user's presence. Previously allowed users are not affected by this policy setting.
Confirm3 Presence access control list policy is in confirm state. Presence access control list policy is set to prompt local user regarding anyone who wants to track local user's presence in the system. The local user may allow or deny the incoming presence tracking request using {@link PresenceAccessControlList#AllowPresenceWatcher(PresenceWatcher^, PresenceWatcherCompletionHandler^)} or {@link PresenceAccessControlList#BlockPresenceWatcher(PresenceWatcher^, PresenceWatcherCompletionHandler^)}.
Remarks
When a request to start watching the presence of some user is issued by the client, Access Control List policy is used to decide whether the requesting user has permissions to get the presence of the desired user.
See Also