Package com.ciscowebex.androidsdk.people

Types

Link copied to clipboard
class Person

A data class for Person NOTE: roles,licenses and siteUrls is applicable for admin only and requires extra scopes spark-admin:people_read and spark-admin:people_write passed in at the time of creating OAuthAuthenticator object.

Link copied to clipboard
interface PersonClient

A client wrapper of the Cisco Webex People API

Link copied to clipboard
enum PersonCreateResult : Enum<PersonCreateResult>

An enumeration for Create Person API errors

Link copied to clipboard
enum PersonDeleteResult : Enum<PersonDeleteResult>

An enumeration for Delete Person API errors

Link copied to clipboard
enum PersonGetResult : Enum<PersonGetResult>

An enumeration for Get Person API errors

Link copied to clipboard
enum PersonListResult : Enum<PersonListResult>

An enumeration for List Person API errors

Link copied to clipboard
enum PersonRole : Enum<PersonRole>

An enum for user role. Represents the assigned role of the user

Link copied to clipboard
enum PersonUpdateResult : Enum<PersonUpdateResult>

An enumeration for Upate Person API errors

Link copied to clipboard
interface Presence

Data structure indicating the Presence info for a person

Link copied to clipboard
interface PresenceHandle

Data structure representing the contacts whose presence state are being watched. PresenceHandle with same contactId can have different handle values returned by getHandle

Link copied to clipboard
enum PresenceStatus : Enum<PresenceStatus>

Enumeration indicating the Presence status of a person.

Link copied to clipboard
interface ProductCapability

This data structure represents the product capabilities for the logged in user.