Avaya Client Services API Reference (OS X)
Instance Methods | List of all members
<CSPresenceAccessControlDelegate> Protocol Reference

#import <CSPresenceAccessControlList.h>

Inherits <NSObject>.

Instance Methods

(void) - presenceAccessControlList:didChangeAllowedWatchers:blockedWatchers:
 Sent when the list of users allowed to track local user's presence or a list of users blocked from tracking local user's presence have been changed. More...
 
(void) - presenceAccessControlList:didChangeACLPolicy:
 Called when the CSPresenceACLPolicy has been changed. More...
 

Method Documentation

- (void) presenceAccessControlList: (CSPresenceAccessControlList *)  presenceAccessControlList
didChangeACLPolicy: (CSPresenceACLPolicy presenceACLPolicy 

Called when the CSPresenceACLPolicy has been changed.

Parameters
presenceAccessControlListThe presence access control list associated with the callback.
presenceACLPolicyCurrent presence access control list policy.
- (void) presenceAccessControlList: (CSPresenceAccessControlList *)  presenceAccessControlList
didChangeAllowedWatchers: (NSArray *)  allowedWatchers
blockedWatchers: (NSArray *)  blockedWatchers 

Sent when the list of users allowed to track local user's presence or a list of users blocked from tracking local user's presence have been changed.

Parameters
presenceAccessControlListThe presence access control list associated with the callback.
allowedWatchersList of allowed presence watchers.
blockedWatchersList of blocked presence watchers.

The documentation for this protocol was generated from the following file: