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

#import <CSPresenceAccessControlList.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - presenceAccessControlList:didReceiveRequestFromPresenceWatcher:
 Sent when another user of the system would like to track local user's presence. More...
 
(void) - presenceAccessControlList:didCancelRequestFromPresenceWatcher:
 Sent when presence tracking request initiated by another user in the system has been cancelled. More...
 

Method Documentation

- (void) presenceAccessControlList: (CSPresenceAccessControlList *)  presenceAccessControlList
didCancelRequestFromPresenceWatcher: (CSPresenceWatcher *)  presenceWatcher 

Sent when presence tracking request initiated by another user in the system has been cancelled.

The other user's information is provided in the CSPresenceWatcher parameter.

Parameters
presenceAccessControlListThe presence access control list associated with the callback.
presenceWatcherCancelled presence watcher request.
- (void) presenceAccessControlList: (CSPresenceAccessControlList *)  presenceAccessControlList
didReceiveRequestFromPresenceWatcher: (CSPresenceWatcher *)  presenceWatcher 

Sent when another user of the system would like to track local user's presence.

The other user's information is provided in the CSPresenceWatcher parameter.

Parameters
presenceAccessControlListThe presence access control list associated with the callback.
presenceWatcherReceived presence watcher request.

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