#import <CSUser.h>
Inherits <NSObjectNSObject>.
| - (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
-
| user | The user the external app is interacting with. |
| appId | The 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
-
| user | The user the external app is interacting with. |
| appId | The identifier of the external application. |
The documentation for this protocol was generated from the following file: