ADAPI
Loading...
Searching...
No Matches
ADAPI.Team Class Reference

Class describes a team of users. More...

Public Member Functions

void requestMembers (bool includeLoggedOut)
 Requests detailed information about team members. The AgentPlace.teamMembersReceivedCallback event is raised once the results are received from the server.
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).
void unsubscribe ()
 Cancels the subscription for that team members.

Properties

string id [get]
 Unique team ID.
string name [get]
 Team display name.
int usersCount [get]
 Number of users in that team.
bool isSupervised [get]
 Specifies if teh user who owns API session may supervise the team.
SortedDictionary< string, Usermembers [get]
 Collection of team members (users).

Detailed Description

Class describes a team of users.

Member Function Documentation

◆ 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
includeLoggedOutSpecifies 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

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