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

#import <CSUser.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - user:didRegisterExternalAppWithId:
 An external application has registered to the external app interface in order to monitor, place and/or control calls on this user's behalf. More...
 
(void) - user:didUnregisterExternalAppWithId:
 A previously connected external application has unregistered from the external app interface. More...
 

Method Documentation

- (void) user: (CSUser *)  user
didRegisterExternalAppWithId: (NSString *)  appId 

An external application has registered to the external app interface in order to monitor, place and/or control calls on this user's behalf.

Parameters
userThe user the external app is interacting with.
appIdThe identifier of the external application.
- (void) user: (CSUser *)  user
didUnregisterExternalAppWithId: (NSString *)  appId 

A previously connected external application has unregistered from the external app interface.

Parameters
userThe user the external app is interacting with.
appIdThe identifier of the external application.

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