|
Avaya Client Services API Reference (iOS)
|
#import <CSUser.h>
Inherits <NSObject>.
Instance Methods | |
| (void) | - user:didDiscoverResourceOfType:resourceData: |
| Sent when a resource of interest to the client application is discovered during registration or resource discovery. More... | |
| - (void) user: | (CSUser *) | user | |
| didDiscoverResourceOfType: | (CSResourceDiscoveryItemType) | resourceType | |
| resourceData: | (NSString *) | resourceData | |
Sent when a resource of interest to the client application is discovered during registration or resource discovery.
| user | The user sending the message. |
| resourceType | Identifies the type of the resource that was discovered. |
| resourceData | The resource data that was discovered for the indicated resource type. |