Class describes a team of users.
More...
|
void | requestMembers (bool includeLoggedOut) |
| Requests detailed information about team members. The AgentPlace.teamMembersReceivedCallback event is raised once the results are received from the server. More...
|
|
void | subscribe () |
| Subscribe to receive nofitications about team's users status changes. Only one subscription is allowed at time, meaning calling sunscribe() on team object will autiomatically cancel existing subscription on another team (if any). More...
|
|
void | unsubscribe () |
| Cancels the subscription for that team members. More...
|
|
Class describes a team of users.
◆ requestMembers()
void ADAPI.Team.requestMembers |
( |
bool |
includeLoggedOut | ) |
|
Requests detailed information about team members. The AgentPlace.teamMembersReceivedCallback event is raised once the results are received from the server.
- Parameters
-
includeLoggedOut | Specifies if information about users who are logged out should also be included. If False, only teams members whoc are currently logged in will be considered |
◆ subscribe()
void ADAPI.Team.subscribe |
( |
| ) |
|
Subscribe to receive nofitications about team's users status changes. Only one subscription is allowed at time, meaning calling sunscribe() on team object will autiomatically cancel existing subscription on another team (if any).
◆ unsubscribe()
void ADAPI.Team.unsubscribe |
( |
| ) |
|
Cancels the subscription for that team members.
◆ id
◆ isSupervised
bool ADAPI.Team.isSupervised |
|
get |
Specifies if teh user who owns API session may supervise the team.
◆ members
SortedDictionary<string, User> ADAPI.Team.members |
|
get |
Collection of team members (users).
◆ name
◆ usersCount
int ADAPI.Team.usersCount |
|
get |
Number of users in that team.
The documentation for this class was generated from the following file:
- Branches/5.5.1/Client/AgentDesktopApi/ADAPI/AuxClasses.cs