Spark Properties |
The Spark type exposes the following members.
Name | Description | |
---|---|---|
Authenticator |
This is the Authenticator object from the application when constructing this Spark object.
It can be used to check and modify authentication state.
| |
ConsoleLogger |
Gets or sets log level of the console logging.
| |
Logger |
The logger for this SDK.
| |
Memberships |
Gets the memberships, which is an instance of MembershipClient
Memberships represent a person's relationships to rooms.
Use membership to manage the authenticated user's relationship to rooms.
| |
Messages |
Gets the messages, which is an instance of MessageClient
Messages are how we communicate in a room.
Use messages to manage the messages on behalf of the authenticated user.
| |
People |
Gets the people, which is an instance of PersonClient
People are registered users of Cisco Spark.
Use people to find a person on behalf of the authenticated user.
| |
Phone |
Gets the phone, which is an instance of Phone.
Phone represents a calling device in Cisco Spark Windows SDK.
| |
Rooms |
Gets the rooms, which is an instance of RoomClient
Rooms are virtual meeting places in Cisco Spark where people post messages and collaborate to get work done.
Use rooms to manage the rooms on behalf of the authenticated user.
| |
TeamMemberships |
Gets the team memberships, which is an instance of TeamMembershipClient
Team Memberships represent a person's relationships to teams.
Use teamMemberships to create and manage the team membership on behalf of the authenticated user.
| |
Teams |
Gets the teams, which is an instance of TeamClient
Teams are groups of people with a set of rooms that are visible to all members of that team.
Use teams to create and manage the teams on behalf of the authenticated user.
| |
Webhooks |
Gets the webhooks.
Webhooks allow the application to be notified via HTTP(or HTTPS) when a specific event occurs in Cisco Spark
|