Skip navigation links
A C D G H I J L M N O P R S T U V W _ 

A

AbstractCallEvent(Call) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.AbstractCallEvent
 
AbstractCallMembershipChangedEvent(Call, CallMembership) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.AbstractCallMembershipChangedEvent
 
acknowledge(CompletionHandler<Void>) - Method in interface com.ciscospark.androidsdk.phone.Call
Acknowledge (without answering) an incoming call.
answer(MediaOption, CompletionHandler<Void>) - Method in interface com.ciscospark.androidsdk.phone.Call
Answers this call.
APP_NAME - Static variable in class com.ciscospark.androidsdk.Spark
 
APP_VERSION - Static variable in class com.ciscospark.androidsdk.Spark
 
audioOnly() - Static method in class com.ciscospark.androidsdk.phone.MediaOption
Constructs an audio only media option.
audioVideo(View, View) - Static method in class com.ciscospark.androidsdk.phone.MediaOption
Constructs an audio and video media option.
audioVideo(Pair<View, View>) - Static method in class com.ciscospark.androidsdk.phone.MediaOption
Constructs an audio and video media option.
audioVideoSharing(Pair<View, View>, View) - Static method in class com.ciscospark.androidsdk.phone.MediaOption
Constructs an audio/video and share media option.
Authenticator - Interface in com.ciscospark.androidsdk.auth
An interface for generic authentication strategies in Cisco Spark.
authorize(String) - Method in class com.ciscospark.androidsdk.auth.JWTAuthenticator
Sets the JWT access token on the authorization strategy, overriting any existing access token.
authorize(String, CompletionHandler<Void>) - Method in class com.ciscospark.androidsdk.auth.OAuthAuthenticator
Authorize with the OAuth authorization code
authorize(WebView, CompletionHandler<Void>) - Method in class com.ciscospark.androidsdk.auth.OAuthWebViewAuthenticator
Brings up a web-based authorization view and directs the user through the OAuth process.
authorize(WebView, CompletionHandler<Void>) - Method in class com.ciscospark.androidsdk.auth.SSOAuthenticator
Brings up a web-based authorization view and directs the user through the OAuth process.

C

Call - Interface in com.ciscospark.androidsdk.phone
A Call represents a media call on Cisco Spark.
Call.CallStatus - Enum in com.ciscospark.androidsdk.phone
The status of a Call.
Call.Direction - Enum in com.ciscospark.androidsdk.phone
The enumeration of directions of a call
CallErrorEvent(Call, SparkError) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.CallErrorEvent
 
CallMembership - Interface in com.ciscospark.androidsdk.phone
A data type represents a relationship between *Call* and *Person* at Cisco Spark cloud.
CallMembership.State - Enum in com.ciscospark.androidsdk.phone
The enumeration of the status of the person in the membership.
CallObserver - Interface in com.ciscospark.androidsdk.phone
An observer interface for Call event
CallObserver.AbstractCallEvent - Class in com.ciscospark.androidsdk.phone
Base class for the event of a call
CallObserver.AbstractCallMembershipChangedEvent - Class in com.ciscospark.androidsdk.phone
Base class for the event of a CallMembershipEvent
CallObserver.CallDisconnectedEvent - Interface in com.ciscospark.androidsdk.phone
This event is fired when the call is disconnected.
CallObserver.CallErrorEvent - Class in com.ciscospark.androidsdk.phone
This event is fired when the call to be disconnected due to an error.
CallObserver.CallEvent - Interface in com.ciscospark.androidsdk.phone
Base class for the event of a call
CallObserver.CallMembershipChangedEvent - Interface in com.ciscospark.androidsdk.phone
Call membership change event
CallObserver.CameraSwitched - Class in com.ciscospark.androidsdk.phone
Camera FacingMode on local device has switched.
CallObserver.LocalCancel - Class in com.ciscospark.androidsdk.phone
TThis event is fired when the local party has cancelled the call.
CallObserver.LocalDecline - Class in com.ciscospark.androidsdk.phone
This event is fired when the local party has declined the call.
CallObserver.LocalLeft - Class in com.ciscospark.androidsdk.phone
This event is fired when local party has left the call.
CallObserver.LocalVideoViewSizeChanged - Class in com.ciscospark.androidsdk.phone
Local video rendering view size has changed.
CallObserver.MediaChangedEvent - Interface in com.ciscospark.androidsdk.phone
Media change event
CallObserver.MembershipDeclinedEvent - Class in com.ciscospark.androidsdk.phone
This might be triggered when the person in the membership declined this call.
CallObserver.MembershipJoinedEvent - Class in com.ciscospark.androidsdk.phone
This might be triggered when the person in the membership joined this call.
CallObserver.MembershipLeftEvent - Class in com.ciscospark.androidsdk.phone
This might be triggered when the person in the membership left this call.
CallObserver.MembershipSendingAudioEvent - Class in com.ciscospark.androidsdk.phone
This might be triggered when the person in the membership started sending audio this call.
CallObserver.MembershipSendingSharingEvent - Class in com.ciscospark.androidsdk.phone
This might be triggered when the person in the membership started sharing this call.
CallObserver.MembershipSendingVideoEvent - Class in com.ciscospark.androidsdk.phone
This might be triggered when the person in the membership started sending video this call.
CallObserver.OtherConnected - Class in com.ciscospark.androidsdk.phone
This event is fired when one of the other phones of the authenticated user has answered the call.
CallObserver.OtherDeclined - Class in com.ciscospark.androidsdk.phone
One of the other phones of the authenticated user has declined the call.
CallObserver.ReceivingAudio - Class in com.ciscospark.androidsdk.phone
This might be triggered when the local party muted or unmuted the audio.
CallObserver.ReceivingSharing - Class in com.ciscospark.androidsdk.phone
This might be triggered when the local party muted or unmuted the remote content sharing.
CallObserver.ReceivingVideo - Class in com.ciscospark.androidsdk.phone
This might be triggered when the local party muted or unmuted the video.
CallObserver.RemoteCancel - Class in com.ciscospark.androidsdk.phone
This event is fired when the remote party has cancelled the call.
CallObserver.RemoteDecline - Class in com.ciscospark.androidsdk.phone
This event is fired when the remote party has declined the call.
CallObserver.RemoteLeft - Class in com.ciscospark.androidsdk.phone
This event is fired when the remote party has left the call.
CallObserver.RemoteSendingAudioEvent - Class in com.ciscospark.androidsdk.phone
This might be triggered when the remote party muted or unmuted the audio.
CallObserver.RemoteSendingSharingEvent - Class in com.ciscospark.androidsdk.phone
This might be triggered when the remote party muted or unmuted the content sharing.
CallObserver.RemoteSendingVideoEvent - Class in com.ciscospark.androidsdk.phone
This might be triggered when the remote party muted or unmuted the video.
CallObserver.RemoteSharingViewSizeChanged - Class in com.ciscospark.androidsdk.phone
Remote sharing rendering view size has changed.
CallObserver.RemoteVideoViewSizeChanged - Class in com.ciscospark.androidsdk.phone
Remote video rendering view size has changed.
CallObserver.SendingAudio - Class in com.ciscospark.androidsdk.phone
This might be triggered when the local party muted or unmuted the audio.
CallObserver.SendingSharingEvent - Class in com.ciscospark.androidsdk.phone
This might be triggered when the local party started or stopped the content sharing.
CallObserver.SendingVideo - Class in com.ciscospark.androidsdk.phone
This might be triggered when the local party muted or unmuted the video.
CameraSwitched(Call) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.CameraSwitched
 
com.ciscospark.androidsdk - package com.ciscospark.androidsdk
 
com.ciscospark.androidsdk.auth - package com.ciscospark.androidsdk.auth
 
com.ciscospark.androidsdk.membership - package com.ciscospark.androidsdk.membership
 
com.ciscospark.androidsdk.message - package com.ciscospark.androidsdk.message
 
com.ciscospark.androidsdk.people - package com.ciscospark.androidsdk.people
 
com.ciscospark.androidsdk.phone - package com.ciscospark.androidsdk.phone
 
com.ciscospark.androidsdk.room - package com.ciscospark.androidsdk.room
 
com.ciscospark.androidsdk.team - package com.ciscospark.androidsdk.team
 
com.ciscospark.androidsdk.webhook - package com.ciscospark.androidsdk.webhook
 
CompletionHandler<T> - Interface in com.ciscospark.androidsdk
A callback handler to be executed when a operation is completed.
create(String, String, String, boolean, CompletionHandler<Membership>) - Method in interface com.ciscospark.androidsdk.membership.MembershipClient
Adds a person to a room by person id; optionally making the person a moderator.
create(String, String, String, String, String, String, String, String, CompletionHandler<Person>) - Method in interface com.ciscospark.androidsdk.people.PersonClient
Create people in the authenticated user's organization.
create(String, String, CompletionHandler<Room>) - Method in interface com.ciscospark.androidsdk.room.RoomClient
Creates a room.
create(String, CompletionHandler<Team>) - Method in interface com.ciscospark.androidsdk.team.TeamClient
Creates a team.
create(String, String, String, boolean, CompletionHandler<TeamMembership>) - Method in interface com.ciscospark.androidsdk.team.TeamMembershipClient
Adds a person to a team by person id; optionally making the person a moderator of the team.
create(String, String, String, String, String, String, CompletionHandler<Webhook>) - Method in interface com.ciscospark.androidsdk.webhook.WebhookClient
Posts a webhook for the authenticated user.

D

deauthorize() - Method in interface com.ciscospark.androidsdk.auth.Authenticator
Deauthorizes the current user and clears any persistent state with regards to the current user.
deauthorize() - Method in class com.ciscospark.androidsdk.auth.JWTAuthenticator
 
deauthorize() - Method in class com.ciscospark.androidsdk.auth.OAuthAuthenticator
 
deauthorize() - Method in class com.ciscospark.androidsdk.auth.OAuthWebViewAuthenticator
 
deauthorize() - Method in class com.ciscospark.androidsdk.auth.SSOAuthenticator
 
delete(String, CompletionHandler<Void>) - Method in interface com.ciscospark.androidsdk.membership.MembershipClient
Deletes a membership by membership id.
delete(String, CompletionHandler<Void>) - Method in interface com.ciscospark.androidsdk.message.MessageClient
Deletes a message by message id.
delete(String, CompletionHandler<Void>) - Method in interface com.ciscospark.androidsdk.people.PersonClient
Delete the details of person by person id.
delete(String, CompletionHandler<Void>) - Method in interface com.ciscospark.androidsdk.room.RoomClient
Deletes a room by id.
delete(String, CompletionHandler<Void>) - Method in interface com.ciscospark.androidsdk.team.TeamClient
 
delete(String, CompletionHandler<Void>) - Method in interface com.ciscospark.androidsdk.team.TeamMembershipClient
Deletes a membership by id.
delete(String, CompletionHandler<Void>) - Method in interface com.ciscospark.androidsdk.webhook.WebhookClient
Deletes a webhook by id.
deregister(CompletionHandler<Void>) - Method in interface com.ciscospark.androidsdk.phone.Phone
Removes this *phone* from Cisco Spark cloud on behalf of the authenticated user.
dial(String, MediaOption, CompletionHandler<Call>) - Method in interface com.ciscospark.androidsdk.phone.Phone
Makes a call to an intended recipient on behalf of the authenticated user.
disableVideoCodecActivation() - Method in interface com.ciscospark.androidsdk.phone.Phone
Prevents the SDK from poping up an Alert for the end user to approve the use of H.264 video codec license from Cisco Systems, Inc.
displayName - Variable in class com.ciscospark.androidsdk.message.RemoteFile
 
downloadFile(RemoteFile, String, MessageClient.ProgressHandler, CompletionHandler<Uri>) - Method in interface com.ciscospark.androidsdk.message.MessageClient
 
downloadThumbnail(RemoteFile, String, MessageClient.ProgressHandler, CompletionHandler<Uri>) - Method in interface com.ciscospark.androidsdk.message.MessageClient
 

G

get(String, CompletionHandler<Membership>) - Method in interface com.ciscospark.androidsdk.membership.MembershipClient
Retrieves the details for a membership by membership id.
get(String, CompletionHandler<Message>) - Method in interface com.ciscospark.androidsdk.message.MessageClient
Retrieves the details for a message by message Id.
get(String, CompletionHandler<Person>) - Method in interface com.ciscospark.androidsdk.people.PersonClient
Retrieves the details for a person by person id.
get(String, CompletionHandler<Room>) - Method in interface com.ciscospark.androidsdk.room.RoomClient
Retrieves the details for a room by id.
get(String, CompletionHandler<Team>) - Method in interface com.ciscospark.androidsdk.team.TeamClient
Retrieves the details for a team by id.
get(String, CompletionHandler<TeamMembership>) - Method in interface com.ciscospark.androidsdk.team.TeamMembershipClient
Retrieves the details for a membership by id.
get(String, CompletionHandler<Webhook>) - Method in interface com.ciscospark.androidsdk.webhook.WebhookClient
Retrieves the details for a webhook by id.
getAudioMaxBandwidth() - Method in interface com.ciscospark.androidsdk.phone.Phone
Return the current maximum bandwidth of audio stream.
getAuthenticator() - Method in class com.ciscospark.androidsdk.Spark
 
getAvatar() - Method in class com.ciscospark.androidsdk.people.Person
 
getCall() - Method in class com.ciscospark.androidsdk.phone.CallObserver.AbstractCallEvent
 
getCall() - Method in interface com.ciscospark.androidsdk.phone.CallObserver.CallEvent
 
getCallMembership() - Method in class com.ciscospark.androidsdk.phone.CallObserver.AbstractCallMembershipChangedEvent
 
getCallMembership() - Method in interface com.ciscospark.androidsdk.phone.CallObserver.CallMembershipChangedEvent
 
getClientId() - Method in class com.ciscospark.androidsdk.auth.OAuthAuthenticator
 
getClientSecret() - Method in class com.ciscospark.androidsdk.auth.OAuthAuthenticator
 
getCreated() - Method in class com.ciscospark.androidsdk.membership.Membership
 
getCreated() - Method in class com.ciscospark.androidsdk.message.Message
 
getCreated() - Method in class com.ciscospark.androidsdk.people.Person
 
getCreated() - Method in class com.ciscospark.androidsdk.room.Room
 
getCreated() - Method in class com.ciscospark.androidsdk.team.Team
 
getCreated() - Method in class com.ciscospark.androidsdk.team.TeamMembership
 
getCreated() - Method in class com.ciscospark.androidsdk.webhook.Webhook
 
getData() - Method in interface com.ciscospark.androidsdk.Result
Returns the associated data if the result is a success, `null` otherwise.
getDefaultFacingMode() - Method in interface com.ciscospark.androidsdk.phone.Phone
Default camera facing mode of this phone, used as the default when dialing or answering a call.
getDirection() - Method in interface com.ciscospark.androidsdk.phone.Call
 
getDisplayName() - Method in class com.ciscospark.androidsdk.people.Person
 
getEmail() - Method in interface com.ciscospark.androidsdk.phone.CallMembership
 
getEmails() - Method in class com.ciscospark.androidsdk.people.Person
 
getError() - Method in class com.ciscospark.androidsdk.phone.CallObserver.CallErrorEvent
 
getError() - Method in interface com.ciscospark.androidsdk.Result
Returns the associated error value if the result is a failure, null otherwise.
getEvent() - Method in class com.ciscospark.androidsdk.webhook.Webhook
 
getFacingMode() - Method in interface com.ciscospark.androidsdk.phone.Call
 
getFile() - Method in class com.ciscospark.androidsdk.message.LocalFile
 
getFiles() - Method in class com.ciscospark.androidsdk.message.Message
 
getFilter() - Method in class com.ciscospark.androidsdk.webhook.Webhook
 
getFirstName() - Method in class com.ciscospark.androidsdk.people.Person
 
getFrom() - Method in interface com.ciscospark.androidsdk.phone.Call
 
getId() - Method in class com.ciscospark.androidsdk.membership.Membership
 
getId() - Method in class com.ciscospark.androidsdk.message.Message
 
getId() - Method in class com.ciscospark.androidsdk.people.Person
 
getId() - Method in class com.ciscospark.androidsdk.room.Room
 
getId() - Method in class com.ciscospark.androidsdk.team.Team
 
getId() - Method in class com.ciscospark.androidsdk.team.TeamMembership
 
getId() - Method in class com.ciscospark.androidsdk.webhook.Webhook
 
getIncomingCallListener() - Method in interface com.ciscospark.androidsdk.phone.Phone
The listener for incoming call
getLastActivity() - Method in class com.ciscospark.androidsdk.room.Room
 
getLastName() - Method in class com.ciscospark.androidsdk.people.Person
 
getLocalVideoViewSize() - Method in interface com.ciscospark.androidsdk.phone.Call
 
getLocalView() - Method in class com.ciscospark.androidsdk.phone.MediaOption
 
getMarkdown() - Method in class com.ciscospark.androidsdk.message.Message
 
getMe(CompletionHandler<Person>) - Method in interface com.ciscospark.androidsdk.people.PersonClient
Retrieves the details for the authenticated user.
getMemberships() - Method in interface com.ciscospark.androidsdk.phone.Call
 
getMentionedPeople() - Method in class com.ciscospark.androidsdk.message.Message
 
getMessage() - Method in class com.ciscospark.androidsdk.message.MessageObserver.MessageArrived
 
getMessageId() - Method in class com.ciscospark.androidsdk.message.MessageObserver.MessageDeleted
 
getName() - Method in class com.ciscospark.androidsdk.team.Team
 
getName() - Method in class com.ciscospark.androidsdk.webhook.Webhook
 
getNickName() - Method in class com.ciscospark.androidsdk.people.Person
 
getObserver() - Method in interface com.ciscospark.androidsdk.phone.Call
 
getOrgId() - Method in class com.ciscospark.androidsdk.people.Person
 
getPersonDisplayName() - Method in class com.ciscospark.androidsdk.membership.Membership
 
getPersonDisplayName() - Method in class com.ciscospark.androidsdk.team.TeamMembership
 
getPersonEmail() - Method in class com.ciscospark.androidsdk.membership.Membership
 
getPersonEmail() - Method in class com.ciscospark.androidsdk.message.Message
 
getPersonEmail() - Method in class com.ciscospark.androidsdk.team.TeamMembership
 
getPersonId() - Method in class com.ciscospark.androidsdk.membership.Membership
 
getPersonId() - Method in class com.ciscospark.androidsdk.message.Message
 
getPersonId() - Method in interface com.ciscospark.androidsdk.phone.CallMembership
 
getPersonId() - Method in class com.ciscospark.androidsdk.team.TeamMembership
 
getPersonOrgId() - Method in class com.ciscospark.androidsdk.membership.Membership
 
getPersonOrgId() - Method in class com.ciscospark.androidsdk.team.TeamMembership
 
getPhoneNumber() - Method in interface com.ciscospark.androidsdk.phone.CallMembership
 
getRedirectUri() - Method in class com.ciscospark.androidsdk.auth.OAuthAuthenticator
 
getRemoteFiles() - Method in class com.ciscospark.androidsdk.message.Message
 
getRemoteVideoViewSize() - Method in interface com.ciscospark.androidsdk.phone.Call
 
getRemoteView() - Method in class com.ciscospark.androidsdk.phone.MediaOption
 
getResource() - Method in class com.ciscospark.androidsdk.webhook.Webhook
 
getRoomId() - Method in class com.ciscospark.androidsdk.membership.Membership
 
getRoomId() - Method in class com.ciscospark.androidsdk.message.Message
 
getRoomType() - Method in class com.ciscospark.androidsdk.message.Message
 
getScope() - Method in class com.ciscospark.androidsdk.auth.OAuthAuthenticator
 
getSecret() - Method in class com.ciscospark.androidsdk.webhook.Webhook
 
getSharingMaxBandwidth() - Method in interface com.ciscospark.androidsdk.phone.Phone
Return the current maximum bandwidth of content sharing stream.
getSharingRenderView() - Method in interface com.ciscospark.androidsdk.phone.Call
 
getSharingView() - Method in class com.ciscospark.androidsdk.phone.MediaOption
 
getSharingViewSize() - Method in interface com.ciscospark.androidsdk.phone.Call
 
getSipAddress() - Method in class com.ciscospark.androidsdk.room.Room
 
getSipUrl() - Method in interface com.ciscospark.androidsdk.phone.CallMembership
 
getState() - Method in interface com.ciscospark.androidsdk.phone.CallMembership
 
getStatus() - Method in interface com.ciscospark.androidsdk.phone.Call
 
getStatus() - Method in class com.ciscospark.androidsdk.webhook.Webhook
 
getTargetUrl() - Method in class com.ciscospark.androidsdk.webhook.Webhook
 
getTeamId() - Method in class com.ciscospark.androidsdk.room.Room
 
getTeamId() - Method in class com.ciscospark.androidsdk.team.TeamMembership
 
getText() - Method in class com.ciscospark.androidsdk.message.Message
 
getTitle() - Method in class com.ciscospark.androidsdk.room.Room
 
getTo() - Method in interface com.ciscospark.androidsdk.phone.Call
 
getToken(CompletionHandler<String>) - Method in interface com.ciscospark.androidsdk.auth.Authenticator
Returns an access token of this authenticator.
getToken(CompletionHandler<String>) - Method in class com.ciscospark.androidsdk.auth.JWTAuthenticator
 
getToken(CompletionHandler<String>) - Method in class com.ciscospark.androidsdk.auth.OAuthAuthenticator
 
getToken(CompletionHandler<String>) - Method in class com.ciscospark.androidsdk.auth.OAuthWebViewAuthenticator
 
getToken(CompletionHandler<String>) - Method in class com.ciscospark.androidsdk.auth.SSOAuthenticator
 
getToPersonEmail() - Method in class com.ciscospark.androidsdk.message.Message
 
getToPersonId() - Method in class com.ciscospark.androidsdk.message.Message
 
getType() - Method in class com.ciscospark.androidsdk.people.Person
 
getType() - Method in class com.ciscospark.androidsdk.room.Room
 
getValue() - Method in enum com.ciscospark.androidsdk.phone.Phone.DefaultBandwidth
 
getVersion() - Method in class com.ciscospark.androidsdk.Spark
Get current SDK version
getVideoCodecLicense() - Method in interface com.ciscospark.androidsdk.phone.Phone
Return the text of the H.264 codec license from Cisco Systems, Inc.
getVideoCodecLicenseURL() - Method in interface com.ciscospark.androidsdk.phone.Phone
Return the URL of the H.264 codec license from Cisco Systems, Inc.
getVideoMaxBandwidth() - Method in interface com.ciscospark.androidsdk.phone.Phone
Return the current maximum bandwidth of video stream.
getVideoRenderViews() - Method in interface com.ciscospark.androidsdk.phone.Call
 

H

hangup(CompletionHandler<Void>) - Method in interface com.ciscospark.androidsdk.phone.Call
Disconnects this call.
hasSharing() - Method in class com.ciscospark.androidsdk.phone.MediaOption
Whether content sharing is enabled.
hasVideo() - Method in class com.ciscospark.androidsdk.phone.MediaOption
Whether video is enabled.
height - Variable in class com.ciscospark.androidsdk.message.LocalFile.Thumbnail
 
height - Variable in class com.ciscospark.androidsdk.message.RemoteFile.Thumbnail
 

I

isAuthorized() - Method in interface com.ciscospark.androidsdk.auth.Authenticator
Returns True if the user is logically authorized.
isAuthorized() - Method in class com.ciscospark.androidsdk.auth.JWTAuthenticator
 
isAuthorized() - Method in class com.ciscospark.androidsdk.auth.OAuthAuthenticator
 
isAuthorized() - Method in class com.ciscospark.androidsdk.auth.OAuthWebViewAuthenticator
 
isAuthorized() - Method in class com.ciscospark.androidsdk.auth.SSOAuthenticator
 
isInitiator() - Method in interface com.ciscospark.androidsdk.phone.CallMembership
 
isLocked() - Method in class com.ciscospark.androidsdk.room.Room
 
isModerator() - Method in class com.ciscospark.androidsdk.membership.Membership
 
isModerator() - Method in class com.ciscospark.androidsdk.team.TeamMembership
 
isMonitor() - Method in class com.ciscospark.androidsdk.membership.Membership
 
isReceiving() - Method in class com.ciscospark.androidsdk.phone.CallObserver.ReceivingAudio
 
isReceiving() - Method in class com.ciscospark.androidsdk.phone.CallObserver.ReceivingSharing
 
isReceiving() - Method in class com.ciscospark.androidsdk.phone.CallObserver.ReceivingVideo
 
isReceivingAudio() - Method in interface com.ciscospark.androidsdk.phone.Call
 
isReceivingSharing() - Method in interface com.ciscospark.androidsdk.phone.Call
 
isReceivingVideo() - Method in interface com.ciscospark.androidsdk.phone.Call
 
isRemoteSendingAudio() - Method in interface com.ciscospark.androidsdk.phone.Call
 
isRemoteSendingSharing() - Method in interface com.ciscospark.androidsdk.phone.Call
 
isRemoteSendingVideo() - Method in interface com.ciscospark.androidsdk.phone.Call
 
isSelfMentioned - Variable in class com.ciscospark.androidsdk.message.Message
 
isSending() - Method in class com.ciscospark.androidsdk.phone.CallObserver.RemoteSendingAudioEvent
 
isSending() - Method in class com.ciscospark.androidsdk.phone.CallObserver.RemoteSendingSharingEvent
 
isSending() - Method in class com.ciscospark.androidsdk.phone.CallObserver.RemoteSendingVideoEvent
 
isSending() - Method in class com.ciscospark.androidsdk.phone.CallObserver.SendingAudio
 
isSending() - Method in class com.ciscospark.androidsdk.phone.CallObserver.SendingSharingEvent
 
isSending() - Method in class com.ciscospark.androidsdk.phone.CallObserver.SendingVideo
 
isSendingAudio() - Method in interface com.ciscospark.androidsdk.phone.Call
 
isSendingAudio() - Method in interface com.ciscospark.androidsdk.phone.CallMembership
 
isSendingDTMFEnabled() - Method in interface com.ciscospark.androidsdk.phone.Call
 
isSendingSharing() - Method in interface com.ciscospark.androidsdk.phone.Call
 
isSendingSharing() - Method in interface com.ciscospark.androidsdk.phone.CallMembership
 
isSendingVideo() - Method in interface com.ciscospark.androidsdk.phone.Call
 
isSendingVideo() - Method in interface com.ciscospark.androidsdk.phone.CallMembership
 
isSuccessful() - Method in interface com.ciscospark.androidsdk.Result
Returns true if the result is a success, false otherwise

J

JWTAuthenticator - Class in com.ciscospark.androidsdk.auth
A JSON Web Token (JWT) based authentication strategy is to be used to authenticate a user on Cisco Spark.
JWTAuthenticator() - Constructor for class com.ciscospark.androidsdk.auth.JWTAuthenticator
Creates a new JWT authentication strategy

L

list(String, String, String, int, CompletionHandler<List<Membership>>) - Method in interface com.ciscospark.androidsdk.membership.MembershipClient
Lists all room memberships where the authenticated user belongs.
list(String, String, String, String, int, CompletionHandler<List<Message>>) - Method in interface com.ciscospark.androidsdk.message.MessageClient
Lists all messages in a room by room Id.
list(String, String, int, CompletionHandler<List<Person>>) - Method in interface com.ciscospark.androidsdk.people.PersonClient
Lists people in the authenticated user's organization.
list(String, int, Room.RoomType, RoomClient.SortBy, CompletionHandler<List<Room>>) - Method in interface com.ciscospark.androidsdk.room.RoomClient
Lists all rooms where the authenticated user belongs.
list(int, CompletionHandler<List<Team>>) - Method in interface com.ciscospark.androidsdk.team.TeamClient
Lists teams to which the authenticated user belongs.
list(String, int, CompletionHandler<List<TeamMembership>>) - Method in interface com.ciscospark.androidsdk.team.TeamMembershipClient
Lists all team memberships where the authenticated user belongs.
list(int, CompletionHandler<List<Webhook>>) - Method in interface com.ciscospark.androidsdk.webhook.WebhookClient
Lists all webhooks of the authenticated user.
LocalCancel(Call) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.LocalCancel
 
LocalDecline(Call) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.LocalDecline
 
LocalFile - Class in com.ciscospark.androidsdk.message
A data type represents a local file.
LocalFile(File) - Constructor for class com.ciscospark.androidsdk.message.LocalFile
 
LocalFile.Thumbnail - Class in com.ciscospark.androidsdk.message
A data type represents a local file thumbnail.
LocalLeft(Call) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.LocalLeft
 
LocalVideoViewSizeChanged(Call) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.LocalVideoViewSizeChanged
 

M

MediaOption - Class in com.ciscospark.androidsdk.phone
A data type represents the media options of a call.
MediaRenderView - Class in com.ciscospark.androidsdk.phone
Spark media view for local, remote and screen share
MediaRenderView(Context) - Constructor for class com.ciscospark.androidsdk.phone.MediaRenderView
 
MediaRenderView(Context, AttributeSet) - Constructor for class com.ciscospark.androidsdk.phone.MediaRenderView
 
MediaRenderView(Context, AttributeSet, int) - Constructor for class com.ciscospark.androidsdk.phone.MediaRenderView
 
MediaRenderView(Context, AttributeSet, int, int) - Constructor for class com.ciscospark.androidsdk.phone.MediaRenderView
 
Membership - Class in com.ciscospark.androidsdk.membership
Membership contents.
Membership() - Constructor for class com.ciscospark.androidsdk.membership.Membership
 
MembershipClient - Interface in com.ciscospark.androidsdk.membership
A client wrapper of the Cisco Spark Room Memberships REST API
MembershipDeclinedEvent(Call, CallMembership) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.MembershipDeclinedEvent
 
MembershipJoinedEvent(Call, CallMembership) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.MembershipJoinedEvent
 
MembershipLeftEvent(Call, CallMembership) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.MembershipLeftEvent
 
memberships() - Method in class com.ciscospark.androidsdk.Spark
Memberships represent a person's relationships to rooms.
MembershipSendingAudioEvent(Call, CallMembership) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.MembershipSendingAudioEvent
 
MembershipSendingSharingEvent(Call, CallMembership) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.MembershipSendingSharingEvent
 
MembershipSendingVideoEvent(Call, CallMembership) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.MembershipSendingVideoEvent
 
Mention - Class in com.ciscospark.androidsdk.message
A data type represents mention.
Mention() - Constructor for class com.ciscospark.androidsdk.message.Mention
 
Mention.MentionAll - Class in com.ciscospark.androidsdk.message
Mention all people in a room.
Mention.MentionPerson - Class in com.ciscospark.androidsdk.message
Mention one particular person by person Id.
MentionAll() - Constructor for class com.ciscospark.androidsdk.message.Mention.MentionAll
 
MentionPerson(String) - Constructor for class com.ciscospark.androidsdk.message.Mention.MentionPerson
 
Message - Class in com.ciscospark.androidsdk.message
This class represents a Message on Cisco Spark.
Message() - Constructor for class com.ciscospark.androidsdk.message.Message
 
MessageArrived(Message) - Constructor for class com.ciscospark.androidsdk.message.MessageObserver.MessageArrived
 
MessageClient - Interface in com.ciscospark.androidsdk.message
A client wrapper of the Cisco Spark Messages REST API
MessageClient.ProgressHandler - Interface in com.ciscospark.androidsdk.message
Progress indicator interface
MessageDeleted(String) - Constructor for class com.ciscospark.androidsdk.message.MessageObserver.MessageDeleted
 
MessageEvent() - Constructor for class com.ciscospark.androidsdk.message.MessageObserver.MessageEvent
 
MessageObserver - Interface in com.ciscospark.androidsdk.message
The struct of a message event
MessageObserver.MessageArrived - Class in com.ciscospark.androidsdk.message
The struct of a new message received event
MessageObserver.MessageDeleted - Class in com.ciscospark.androidsdk.message
The struct of a message delete event
MessageObserver.MessageEvent - Class in com.ciscospark.androidsdk.message
 
messages() - Method in class com.ciscospark.androidsdk.Spark
Messages are how we communicate in a room.
mimeType - Variable in class com.ciscospark.androidsdk.message.LocalFile
 
mimeType - Variable in class com.ciscospark.androidsdk.message.LocalFile.Thumbnail
 
mimeType - Variable in class com.ciscospark.androidsdk.message.RemoteFile
 
mimeType - Variable in class com.ciscospark.androidsdk.message.RemoteFile.Thumbnail
 

N

name - Variable in class com.ciscospark.androidsdk.message.LocalFile
 

O

OAuthAuthenticator - Class in com.ciscospark.androidsdk.auth
An OAuth based authentication strategy for authenticating a user on Cisco Spark.
OAuthAuthenticator(String, String, String, String) - Constructor for class com.ciscospark.androidsdk.auth.OAuthAuthenticator
Creates a new OAuth authentication strategy
OAuthWebViewAuthenticator - Class in com.ciscospark.androidsdk.auth
An OAuth based authentication with a WebView.
OAuthWebViewAuthenticator(String, String, String, String) - Constructor for class com.ciscospark.androidsdk.auth.OAuthWebViewAuthenticator
Creates a new OAuth authentication strategy
onCallMembershipChanged(CallObserver.CallMembershipChangedEvent) - Method in interface com.ciscospark.androidsdk.phone.CallObserver
Callback when the memberships of this call have changed.
onComplete(Result<T>) - Method in interface com.ciscospark.androidsdk.CompletionHandler
A callback to be executed when a operation is completed.
onConnected(Call) - Method in interface com.ciscospark.androidsdk.phone.CallObserver
Callback when remote participant(s) answered and the call is connected.
onDisconnected(CallObserver.CallDisconnectedEvent) - Method in interface com.ciscospark.androidsdk.phone.CallObserver
Callback when the call is disconnected (hangup, cancelled, get declined or other self device pickup the call).
onEvent(MessageObserver.MessageEvent) - Method in interface com.ciscospark.androidsdk.message.MessageObserver
Call back when message arrived.
onIncomingCall(Call) - Method in interface com.ciscospark.androidsdk.phone.Phone.IncomingCallListener
Callback when call is incoming.
onMediaChanged(CallObserver.MediaChangedEvent) - Method in interface com.ciscospark.androidsdk.phone.CallObserver
Callback when the media types of the call have changed.
onProgress(double) - Method in interface com.ciscospark.androidsdk.message.MessageClient.ProgressHandler
 
onRinging(Call) - Method in interface com.ciscospark.androidsdk.phone.CallObserver
Callback when remote participant(s) is ringing.
OtherConnected(Call) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.OtherConnected
 
OtherDeclined(Call) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.OtherDeclined
 

P

path - Variable in class com.ciscospark.androidsdk.message.LocalFile
 
path - Variable in class com.ciscospark.androidsdk.message.LocalFile.Thumbnail
 
people() - Method in class com.ciscospark.androidsdk.Spark
People are registered users of Cisco Spark.
Person - Class in com.ciscospark.androidsdk.people
Person contents.
Person() - Constructor for class com.ciscospark.androidsdk.people.Person
 
PersonClient - Interface in com.ciscospark.androidsdk.people
A client wrapper of the Cisco Spark People REST API
personId - Variable in class com.ciscospark.androidsdk.message.Mention.MentionPerson
 
Phone - Interface in com.ciscospark.androidsdk.phone
Phone represents a Cisco Spark calling device.
phone() - Method in class com.ciscospark.androidsdk.Spark
Phone can be used to make audio and video calls on Cisco Spark.
Phone.DefaultBandwidth - Enum in com.ciscospark.androidsdk.phone
The enumeration of common bandwidth choices.
Phone.FacingMode - Enum in com.ciscospark.androidsdk.phone
The enumeration of Camera facing modes.
Phone.IncomingCallListener - Interface in com.ciscospark.androidsdk.phone
The interface for a listener for incoming call
post(String, String, String, String, String, String[], CompletionHandler<Message>) - Method in interface com.ciscospark.androidsdk.message.MessageClient
Posts a plain text message, and optionally, a media content attachment, to a room by room Id.
post(String, String, Mention[], LocalFile[], CompletionHandler<Message>) - Method in interface com.ciscospark.androidsdk.message.MessageClient
 
progressHandler - Variable in class com.ciscospark.androidsdk.message.LocalFile
 

R

ReceivingAudio(Call, boolean) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.ReceivingAudio
 
ReceivingSharing(Call, boolean) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.ReceivingSharing
 
ReceivingVideo(Call, boolean) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.ReceivingVideo
 
refreshToken(CompletionHandler<String>) - Method in interface com.ciscospark.androidsdk.auth.Authenticator
Refresh an access token of this authenticator.
refreshToken(CompletionHandler<String>) - Method in class com.ciscospark.androidsdk.auth.JWTAuthenticator
 
refreshToken(CompletionHandler<String>) - Method in class com.ciscospark.androidsdk.auth.OAuthAuthenticator
 
refreshToken(CompletionHandler<String>) - Method in class com.ciscospark.androidsdk.auth.OAuthWebViewAuthenticator
 
refreshToken(CompletionHandler<String>) - Method in class com.ciscospark.androidsdk.auth.SSOAuthenticator
 
register(CompletionHandler<Void>) - Method in interface com.ciscospark.androidsdk.phone.Phone
Registers this phone to Cisco Spark cloud on behalf of the authenticated user.
reject(CompletionHandler<Void>) - Method in interface com.ciscospark.androidsdk.phone.Call
Rejects this call.
RemoteCancel(Call) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.RemoteCancel
 
RemoteDecline(Call) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.RemoteDecline
 
RemoteFile - Class in com.ciscospark.androidsdk.message
Data struct for a remote file.
RemoteFile() - Constructor for class com.ciscospark.androidsdk.message.RemoteFile
 
RemoteFile.Thumbnail - Class in com.ciscospark.androidsdk.message
A data type represents a thumbnail file.
RemoteLeft(Call) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.RemoteLeft
 
RemoteSendingAudioEvent(Call, boolean) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.RemoteSendingAudioEvent
 
RemoteSendingSharingEvent(Call, boolean) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.RemoteSendingSharingEvent
 
RemoteSendingVideoEvent(Call, boolean) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.RemoteSendingVideoEvent
 
RemoteSharingViewSizeChanged(Call) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.RemoteSharingViewSizeChanged
 
RemoteVideoViewSizeChanged(Call) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.RemoteVideoViewSizeChanged
 
requestVideoCodecActivation(AlertDialog.Builder, CompletionHandler<Boolean>) - Method in interface com.ciscospark.androidsdk.phone.Phone
Pops up an Alert for the end user to approve the use of H.264 codec license from Cisco Systems, Inc.
Result<T> - Interface in com.ciscospark.androidsdk
Service request results.
Room - Class in com.ciscospark.androidsdk.room
A data type represents a Room at Cisco Spark cloud.
Room() - Constructor for class com.ciscospark.androidsdk.room.Room
 
Room.RoomType - Enum in com.ciscospark.androidsdk.room
The enumeration of the types of a room.
RoomClient - Interface in com.ciscospark.androidsdk.room
A client wrapper of the Cisco Spark Rooms REST API
RoomClient.SortBy - Enum in com.ciscospark.androidsdk.room
Sort results by room ID (id), most recent activity (lastactivity), or most recently created (created).
rooms() - Method in class com.ciscospark.androidsdk.Spark
Rooms are virtual meeting places in Cisco Spark where people post messages and collaborate to get work done.
runInBackground(boolean) - Method in class com.ciscospark.androidsdk.Spark
Invoke this method when the application switches between background and foreground.

S

sendDTMF(String, CompletionHandler<Void>) - Method in interface com.ciscospark.androidsdk.phone.Call
Sends DTMF events to the remote party.
sendFeedback(int, String) - Method in interface com.ciscospark.androidsdk.phone.Call
Sends feedback for this call to Cisco Spark team.
SendingAudio(Call, boolean) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.SendingAudio
 
SendingSharingEvent(Call, boolean) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.SendingSharingEvent
 
SendingVideo(Call, boolean) - Constructor for class com.ciscospark.androidsdk.phone.CallObserver.SendingVideo
 
setAudioMaxBandwidth(int) - Method in interface com.ciscospark.androidsdk.phone.Phone
Set the max bandwidth for audio in unit bps for the call.
setCreated(Date) - Method in class com.ciscospark.androidsdk.message.Message
 
setDefaultFacingMode(Phone.FacingMode) - Method in interface com.ciscospark.androidsdk.phone.Phone
Set default camera facing mode of this phone, used as the default when dialing or answering a call.
setFacingMode(Phone.FacingMode) - Method in interface com.ciscospark.androidsdk.phone.Call
 
setFiles(String[]) - Method in class com.ciscospark.androidsdk.message.Message
 
setId(String) - Method in class com.ciscospark.androidsdk.message.Message
 
setIncomingCallListener(Phone.IncomingCallListener) - Method in interface com.ciscospark.androidsdk.phone.Phone
Set the listener to listen to the incoming call to this Phone.
setLogLevel(Spark.LogLevel) - Method in class com.ciscospark.androidsdk.Spark
Set the log level of the logging.
setMarkdown(String) - Method in class com.ciscospark.androidsdk.message.Message
 
setMentionedPeople(String[]) - Method in class com.ciscospark.androidsdk.message.Message
 
setMessage(Message) - Method in class com.ciscospark.androidsdk.message.MessageObserver.MessageArrived
 
setMessageObserver(MessageObserver) - Method in interface com.ciscospark.androidsdk.message.MessageClient
 
setObserver(CallObserver) - Method in interface com.ciscospark.androidsdk.phone.Call
 
setPersonEmail(String) - Method in class com.ciscospark.androidsdk.message.Message
 
setPersonId(String) - Method in class com.ciscospark.androidsdk.message.Message
 
setReceivingAudio(boolean) - Method in interface com.ciscospark.androidsdk.phone.Call
 
setReceivingSharing(boolean) - Method in interface com.ciscospark.androidsdk.phone.Call
 
setReceivingVideo(boolean) - Method in interface com.ciscospark.androidsdk.phone.Call
 
setRemoteFiles(List<RemoteFile>) - Method in class com.ciscospark.androidsdk.message.Message
 
setRoomId(String) - Method in class com.ciscospark.androidsdk.message.Message
 
setRoomType(Room.RoomType) - Method in class com.ciscospark.androidsdk.message.Message
 
setSendingAudio(boolean) - Method in interface com.ciscospark.androidsdk.phone.Call
 
setSendingVideo(boolean) - Method in interface com.ciscospark.androidsdk.phone.Call
 
setSharingMaxBandwidth(int) - Method in interface com.ciscospark.androidsdk.phone.Phone
Set the max bandwidth for content sharing in unit bps for the call.
setSharingRenderView(View) - Method in interface com.ciscospark.androidsdk.phone.Call
 
setText(String) - Method in class com.ciscospark.androidsdk.message.Message
 
setToPersonEmail(String) - Method in class com.ciscospark.androidsdk.message.Message
 
setToPersonId(String) - Method in class com.ciscospark.androidsdk.message.Message
 
setVideoMaxBandwidth(int) - Method in interface com.ciscospark.androidsdk.phone.Phone
Set the max bandwidth for video in unit bps for the call.
setVideoRenderViews(Pair<View, View>) - Method in interface com.ciscospark.androidsdk.phone.Call
 
size - Variable in class com.ciscospark.androidsdk.message.LocalFile
 
size - Variable in class com.ciscospark.androidsdk.message.LocalFile.Thumbnail
 
size - Variable in class com.ciscospark.androidsdk.message.RemoteFile
 
Spark - Class in com.ciscospark.androidsdk
Spark object is the entry point to use this Cisco Spark Android SDK.
Spark(Application, Authenticator) - Constructor for class com.ciscospark.androidsdk.Spark
Constructs a new Spark object with an Authenticator and Application
Spark.LogLevel - Enum in com.ciscospark.androidsdk
The enumeration of log message level
SparkError<T> - Class in com.ciscospark.androidsdk
The enumeration of error types in Cisco Spark Android SDK.
SparkError() - Constructor for class com.ciscospark.androidsdk.SparkError
The default constructor
SparkError(SparkError.ErrorCode) - Constructor for class com.ciscospark.androidsdk.SparkError
The constructor with the error code
SparkError(SparkError.ErrorCode, String) - Constructor for class com.ciscospark.androidsdk.SparkError
The constructor with the error code and error message
SparkError(SparkError.ErrorCode, String, T) - Constructor for class com.ciscospark.androidsdk.SparkError
The constructor with the error code and error message
SparkError.ErrorCode - Enum in com.ciscospark.androidsdk
 
SSOAuthenticator - Class in com.ciscospark.androidsdk.auth
An Single sign-on SSO based authentication strategy used to authenticate a user on Cisco Spark.
SSOAuthenticator(String, String, String, String, String, String, Map<String, String>) - Constructor for class com.ciscospark.androidsdk.auth.SSOAuthenticator
Creates a new OAuth authentication strategy
startPreview(View) - Method in interface com.ciscospark.androidsdk.phone.Phone
Render a preview of the local party before the call is answered.
startSharing(CompletionHandler<Void>) - Method in interface com.ciscospark.androidsdk.phone.Call
 
stopPreview() - Method in interface com.ciscospark.androidsdk.phone.Phone
Stop rendering the preview of the local party.
stopSharing(CompletionHandler<Void>) - Method in interface com.ciscospark.androidsdk.phone.Call
 

T

Team - Class in com.ciscospark.androidsdk.team
A data type represents a Team at Cisco Spark cloud.
Team() - Constructor for class com.ciscospark.androidsdk.team.Team
 
TeamClient - Interface in com.ciscospark.androidsdk.team
An client wrapper of the Cisco Spark Teams REST API
TeamMembership - Class in com.ciscospark.androidsdk.team
A data type represents a relationship between Team and Person at Cisco Spark cloud.
TeamMembership() - Constructor for class com.ciscospark.androidsdk.team.TeamMembership
 
teamMembershipClient() - Method in class com.ciscospark.androidsdk.Spark
Team Memberships represent a person's relationships to teams.
TeamMembershipClient - Interface in com.ciscospark.androidsdk.team
A client wrapper of the Cisco Spark TeamMemberships REST API
teams() - Method in class com.ciscospark.androidsdk.Spark
Teams are groups of people with a set of rooms that are visible to all members of that team.
thumbnail - Variable in class com.ciscospark.androidsdk.message.LocalFile
 
Thumbnail() - Constructor for class com.ciscospark.androidsdk.message.LocalFile.Thumbnail
 
thumbnail - Variable in class com.ciscospark.androidsdk.message.RemoteFile
 
Thumbnail() - Constructor for class com.ciscospark.androidsdk.message.RemoteFile.Thumbnail
 
toString() - Method in class com.ciscospark.androidsdk.membership.Membership
 
toString() - Method in class com.ciscospark.androidsdk.message.Message
 
toString() - Method in class com.ciscospark.androidsdk.people.Person
 
toString() - Method in class com.ciscospark.androidsdk.phone.CallObserver.AbstractCallEvent
 
toString() - Method in class com.ciscospark.androidsdk.phone.CallObserver.AbstractCallMembershipChangedEvent
 
toString() - Method in class com.ciscospark.androidsdk.phone.CallObserver.CallErrorEvent
 
toString() - Method in class com.ciscospark.androidsdk.phone.CallObserver.ReceivingAudio
 
toString() - Method in class com.ciscospark.androidsdk.phone.CallObserver.ReceivingSharing
 
toString() - Method in class com.ciscospark.androidsdk.phone.CallObserver.ReceivingVideo
 
toString() - Method in class com.ciscospark.androidsdk.phone.CallObserver.RemoteSendingAudioEvent
 
toString() - Method in class com.ciscospark.androidsdk.phone.CallObserver.RemoteSendingSharingEvent
 
toString() - Method in class com.ciscospark.androidsdk.phone.CallObserver.RemoteSendingVideoEvent
 
toString() - Method in class com.ciscospark.androidsdk.phone.CallObserver.SendingAudio
 
toString() - Method in class com.ciscospark.androidsdk.phone.CallObserver.SendingSharingEvent
 
toString() - Method in class com.ciscospark.androidsdk.phone.CallObserver.SendingVideo
 
toString() - Method in class com.ciscospark.androidsdk.room.Room
 
toString() - Method in class com.ciscospark.androidsdk.SparkError
 
toString() - Method in class com.ciscospark.androidsdk.team.Team
 
toString() - Method in class com.ciscospark.androidsdk.team.TeamMembership
 
toString() - Method in class com.ciscospark.androidsdk.webhook.Webhook
 

U

update(String, boolean, CompletionHandler<Membership>) - Method in interface com.ciscospark.androidsdk.membership.MembershipClient
Updates the properties of a membership by membership id.
update(String, String, String, String, String, String, String, String, String, CompletionHandler<Person>) - Method in interface com.ciscospark.androidsdk.people.PersonClient
Update people in the authenticated user's organization.
update(String, String, CompletionHandler<Room>) - Method in interface com.ciscospark.androidsdk.room.RoomClient
Updates the details for a room by id.
update(String, String, CompletionHandler<Team>) - Method in interface com.ciscospark.androidsdk.team.TeamClient
Updates the details for a team by id.
update(String, boolean, CompletionHandler<TeamMembership>) - Method in interface com.ciscospark.androidsdk.team.TeamMembershipClient
Updates the details for a membership by id.
update(String, String, String, CompletionHandler<Webhook>) - Method in interface com.ciscospark.androidsdk.webhook.WebhookClient
Updates a webhook by id.
update(String, String, String, String, String, CompletionHandler<Webhook>) - Method in interface com.ciscospark.androidsdk.webhook.WebhookClient
Updates a webhook by id.
url - Variable in class com.ciscospark.androidsdk.message.RemoteFile.Thumbnail
 
url - Variable in class com.ciscospark.androidsdk.message.RemoteFile
 

V

valueOf(String) - Static method in enum com.ciscospark.androidsdk.phone.Call.CallStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscospark.androidsdk.phone.Call.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscospark.androidsdk.phone.CallMembership.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscospark.androidsdk.phone.Phone.DefaultBandwidth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscospark.androidsdk.phone.Phone.FacingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscospark.androidsdk.room.Room.RoomType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscospark.androidsdk.room.RoomClient.SortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscospark.androidsdk.Spark.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.ciscospark.androidsdk.SparkError.ErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ciscospark.androidsdk.phone.Call.CallStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscospark.androidsdk.phone.Call.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscospark.androidsdk.phone.CallMembership.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscospark.androidsdk.phone.Phone.DefaultBandwidth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscospark.androidsdk.phone.Phone.FacingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscospark.androidsdk.room.Room.RoomType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscospark.androidsdk.room.RoomClient.SortBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscospark.androidsdk.Spark.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.ciscospark.androidsdk.SparkError.ErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.

W

Webhook - Class in com.ciscospark.androidsdk.webhook
A data type presents a Webhook at Cisco Spark for Developer.
Webhook() - Constructor for class com.ciscospark.androidsdk.webhook.Webhook
 
WebhookClient - Interface in com.ciscospark.androidsdk.webhook
A client wrapper of the Cisco Spark Webhooks REST API
webhooks() - Method in class com.ciscospark.androidsdk.Spark
Webhooks allow the application to be notified via HTTP (or HTTPS?) when a specific event occurs in Cisco Spark, e.g.
width - Variable in class com.ciscospark.androidsdk.message.LocalFile.Thumbnail
 
width - Variable in class com.ciscospark.androidsdk.message.RemoteFile.Thumbnail
 

_

_call - Variable in class com.ciscospark.androidsdk.phone.CallObserver.AbstractCallEvent
 
_code - Variable in class com.ciscospark.androidsdk.SparkError
 
_data - Variable in class com.ciscospark.androidsdk.SparkError
 
_membership - Variable in class com.ciscospark.androidsdk.phone.CallObserver.AbstractCallMembershipChangedEvent
 
_message - Variable in class com.ciscospark.androidsdk.SparkError
 
A C D G H I J L M N O P R S T U V W _ 
Skip navigation links
Copyright © 2016–2017 Cisco System Inc. All Rights Reserved.