Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
AccountRepresents a local account. Encapsulates methods for Skype account creation, login and logout as well as account profile setting properties. NB! Unlike all the other SkypeKit classes, most of the Account class properties are actually read-write
AccountRefReference to an Account class instance, equivalent to Account::Ref
AccountRefsList of references to Account class instances, equivalent to Account::Refs
ContactAddress book entry. Encapsulates methods like GetIdentity, GetAvatar, SendAuthRequest, OpenConversation etc. Single contact can have additional phone numbers attached to it (ASSIGNED_PHONE1 .. ASSIGNED_PHONE3). Note that in the context of a conversation, Contacts are represented by Participant objects
ContactGroupCollects and manages Contacts related by type, status, or some other arbitrary criteria
ContactGroupRefReference to an ContactGroup class instance, equivalent to ContactGroup::Ref
ContactGroupRefsList of references to ContactGroup class instances, equivalent to ContactGroup::Refs
ContactRefReference to an Contact class instance, equivalent to Contact::Ref
ContactRefsList of references to Contact class instances, equivalent to Contact::Refs
ContactSearchThis class encapsulates functionality for looking up contacts on the Skype network. Contacts can be searched by portion of their name, e-mail address, language preferences, etc
ContactSearchRefReference to an ContactSearch class instance, equivalent to ContactSearch::Ref
ContactSearchRefsList of references to ContactSearch class instances, equivalent to ContactSearch::Refs
ConversationEncapsulates all types of communication possible with Skype client. Instant messaging, calls, video calls, file transfers, SMS, screen sharing - all take place within the context of a Conversation. Contacts are represented in Conversation as Participant objects. This also applies to contacts of PSTN type. All events in a conversation are represented as Message objects.
ConversationRefReference to an Conversation class instance, equivalent to Conversation::Ref
ConversationRefsList of references to Conversation class instances, equivalent to Conversation::Refs
MessageEvents in a conversation context are expressed as Messages. It is therefore useful to think of Message objects as events, rather than specifically text chat messages
MessageRefReference to an Message class instance, equivalent to Message::Ref
MessageRefsList of references to Message class instances, equivalent to Message::Refs
ParticipantConversation participant class. Instances of this class represent contacts when in the context of conversations. Amongst others, this class has a Ring method for requesting live status with the target contact. This class also holds typing indicator property and access rights for the contact in context of public conversations.
ParticipantRefReference to an Participant class instance, equivalent to Participant::Ref
ParticipantRefsList of references to Participant class instances, equivalent to Participant::Refs
SEBinarySEBinary Represents a BLOB. This used, for example, for avatar images
SEDict< KeyType, ValueType >SEDict is a dictionary class of KeyType associated to ValueType
SEFilenameSEFilename Represents a file name. Currently not too much different from SEString
SEFilenameListSEFilenameList Represents string list with file names in it
SEIntDictSEIntDict is a dictionary class of integers associated to strings
SEIntListSEIntList represents a list of integers
SEObjDictSEObjDict is a dictionary class of SEObject pointers associated to integers
SEPtrDictSEPtrDict is a dictionary class of pointers associated to strings
SEPtrIntDictSEPtrIntDict is a dictionary class of pointers associated to integers
SEPtrVectorVector is an array that is reference counted
SERefListSERefList represents a list of SEReference objects
SEStringSEString is basic char* based string class
SEStringDictSEStringDict is a dictionary class of strings associated to strings
SEStringListSEStringList represents a list of strings (SEString objects)
SEUInt64ListSEUInt64List represents a list of integers
SkypeThe main class that exposes Skype-related functionality to your application. Currently the SDK only supports one Skype class instance per runtime. Note that most of the Skype class methods will fail until you have successfully logged in with an account. For more information on constructing a Skype object and the login sequence, see first tutorial example.
SmsWrapper class that includes SMS-specific properties and methods, such as P_BODY and GetTargetPrice. Instantiate SMS instances using Skype::CreateOutgoingSms; post SMS messages to a Conversation using Conversation::PostSMS
SmsRefReference to an Sms class instance, equivalent to Sms::Ref
SmsRefsList of references to Sms class instances, equivalent to Sms::Refs
TransferTransfer in this context refers to transferring (sending/receiving) files among Skype Contacts, not transferring a call to another Skype or PSTN Contact. This class includes file transfer-specific properties and methods, such as FILESIZE, BYTESPERSECOND, Pause and Resume. Recipients of these file transfers must explicitly accept (or decline) any incoming transfer
TransferRefReference to an Transfer class instance, equivalent to Transfer::Ref
TransferRefsList of references to Transfer class instances, equivalent to Transfer::Refs
VideoThis class contains basic video control functionality for live conversations with video. Basically, Video objects represent specific Participant's video state in a live Conversation. The Video class can represent both local (outgoing) and remote (incoming) video streams. Note that as of SkypeKit SDK version 3.2, this class no longer handles video rendering in the UI
VideoRefReference to an Video class instance, equivalent to Video::Ref
VideoRefsList of references to Video class instances, equivalent to Video::Refs
VoicemailWrapper class that includes voicemail-specific methods and properties
VoicemailRefReference to an Voicemail class instance, equivalent to Voicemail::Ref
VoicemailRefsList of references to Voicemail class instances, equivalent to Voicemail::Refs
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

(c) Skype Technologies S.A. Confidential/Proprietary

Last updated: Fri Jan 27 2012