Package Skype4Py :: Module skype :: Class Skype
[frames] | no frames]

Class Skype

source code

             object --+    
                      |    
utils.EventHandlingBase --+
                          |
                         Skype

The main class which you have to instantiate to get access to the Skype client running currently in the background.

Usage

You should access this class using the alias at the package level:

import Skype4Py

skype = Skype4Py.Skype()

Read the constructor (Skype.__init__) documentation for a list of accepted arguments.

Events

This class provides events.

The events names and their arguments lists can be found in the SkypeEvents class in this module.

The use of events is explained in the EventHandlingBase class which is a superclass of this class.

Instance Methods
 
__init__(self, Events=None, **Options)
Initializes the object.
source code
 
__del__(self)
Frees all resources.
source code
bool
ApiSecurityContextEnabled(self, Context)
Queries if an API security context for Internet Explorer is enabled.
source code
application.Application
Application(self, Name)
Queries an application object.
source code
int
AsyncSearchUsers(self, Target)
Asynchronously searches for Skype users.
source code
 
Attach(self, Protocol=5, Wait=True)
Establishes a connection to Skype.
source code
call.Call
Call(self, Id=0)
Queries a call object.
source code
CallCollection
Calls(self, Target='')
Queries calls in call history.
source code
 
ChangeUserStatus(self, Status)
Changes the online status for the current user.
source code
chat.Chat
Chat(self, Name='')
Queries a chat object.
source code
 
ClearCallHistory(self, Username='ALL', Type='ALL')
Clears the call history.
source code
 
ClearChatHistory(self)
Clears the chat history.
source code
 
ClearVoicemailHistory(self)
Clears the voicemail history.
source code
Command
Command(self, Command, Reply=u'', Block=False, Timeout=30000, Id=-1)
Creates an API command object.
source code
Conference
Conference(self, Id=0)
Queries a call conference object.
source code
chat.Chat
CreateChatUsingBlob(self, Blob)
Returns existing or joins a new chat using given blob.
source code
Chat
CreateChatWith(self, *Usernames)
Creates a chat with one or more users.
source code
Group
CreateGroup(self, GroupName)
Creates a custom contact group.
source code
SmsMessage
CreateSms(self, MessageType, *TargetNumbers)
Creates an SMS message.
source code
 
DeleteGroup(self, GroupId)
Deletes a custom contact group.
source code
 
EnableApiSecurityContext(self, Context)
Enables an API security context for Internet Explorer scripts.
source code
chat.Chat
FindChatUsingBlob(self, Blob)
Returns existing chat using given blob.
source code
Voicemail
Greeting(self, Username='')
Queries the greeting used as voicemail.
source code
ChatMessage
Message(self, Id=0)
Queries a chat message object.
source code
ChatMessageCollection
Messages(self, Target='')
Queries chat messages which were sent/received by the user.
source code
call.Call
PlaceCall(self, *Targets)
Places a call to a single user or creates a conference call.
source code
bool
Privilege(self, Name)
Queries the Skype services (privileges) enabled for the Skype client.
source code
unicode or None
Profile(self, Property, Set=None)
Queries/sets user profile properties.
source code
unicode or None
Property(self, ObjectType, ObjectId, PropName, Set=None)
Queries/sets the properties of an object.
source code
 
ResetCache(self)
Deletes all command cache entries.
source code
UserCollection
SearchForUsers(self, Target)
Searches for users.
source code
 
SendCommand(self, Command)
Sends an API command.
source code
ChatMessage
SendMessage(self, Username, Text)
Sends a chat message.
source code
SmsMessage
SendSms(self, *TargetNumbers, **Properties)
Creates and sends an SMS message.
source code
 
SendVoicemail(self, Username)
Sends a voicemail to a specified user.
source code
user.User
User(self, Username='')
Queries a user object.
source code
unicode or None
Variable(self, Name, Set=None)
Queries/sets Skype general parameters.
source code
Voicemail
Voicemail(self, Id)
Queries the voicemail object.
source code

Inherited from utils.EventHandlingBase: RegisterEventHandler, UnregisterEventHandler

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
CallCollection ActiveCalls
Queries a list of active calls.
ChatCollection ActiveChats
Queries a list of active chats.
FileTransferCollection ActiveFileTransfers
Queries currently active file transfers.
str ApiWrapperVersion
Returns Skype4Py version.
enums.apiAttach* AttachmentStatus
Queries the attachment status of the Skype client.
ChatCollection BookmarkedChats
Queries a list of bookmarked chats.
bool Cache
Queries/sets the status of internal cache.
ChatCollection Chats
Queries a list of chats.
Client Client
Queries the user interface control object.
bool CommandId
Queries/sets the status of automatic command identifiers.
ConferenceCollection Conferences
Queries a list of call conferences.
enums.con* ConnectionStatus
Queries the connection status of the Skype client.
Conversion Convert
Queries the conversion object.
user.User CurrentUser
Queries the current user object.
str CurrentUserHandle
Queries the Skypename of the current user.
Profile CurrentUserProfile
Queries the user profile object.
enums.ols* CurrentUserStatus
Queries/sets the online status of the current user.
GroupCollection CustomGroups
Queries the list of custom contact groups.
FileTransferCollection FileTransfers
Queries all file transfers.
UserCollection FocusedContacts
Queries a list of contacts selected in the contacts list.
unicode FriendlyName
Queries/sets a "friendly" name for an application.
UserCollection Friends
Queries the users in a contact list.
GroupCollection Groups
Queries the list of all contact groups.
GroupCollection HardwiredGroups
Queries the list of hardwired contact groups.
CallCollection MissedCalls
Queries a list of missed calls.
ChatCollection MissedChats
Queries a list of missed chats.
ChatMessageCollection MissedMessages
Queries a list of missed chat messages.
SmsMessageCollection MissedSmss
Requests a list of all missed SMS messages.
VoicemailCollection MissedVoicemails
Requests a list of missed voicemails.
bool Mute
Queries/sets the mute status of the Skype client.
str PredictiveDialerCountry
Returns predictive dialler country as an ISO code.
int Protocol
Queries/sets the protocol version used by the Skype client.
ChatCollection RecentChats
Queries a list of recent chats.
Settings Settings
Queries the settings for Skype general parameters.
bool SilentMode
Returns/sets Skype silent mode status.
SmsMessageCollection Smss
Requests a list of all SMS messages.
float, int or long Timeout
Queries/sets the wait timeout value.
UserCollection UsersWaitingAuthorization
Queries the list of users waiting for authorization.
str Version
Queries the application version of the Skype client.
VoicemailCollection Voicemails
Queries a list of voicemails.
  OnApplicationConnecting
  OnApplicationDatagram
  OnApplicationReceiving
  OnApplicationSending
  OnApplicationStreams
  OnAsyncSearchUsersFinished
  OnAttachmentStatus
  OnAutoAway
  OnCallDtmfReceived
  OnCallHistory
  OnCallInputStatusChanged
  OnCallSeenStatusChanged
  OnCallStatus
  OnCallTransferStatusChanged
  OnCallVideoReceiveStatusChanged
  OnCallVideoSendStatusChanged
  OnCallVideoStatusChanged
  OnChatMemberRoleChanged
  OnChatMembersChanged
  OnChatWindowState
  OnClientWindowState
  OnCommand
  OnConnectionStatus
  OnContactsFocused
  OnError
  OnFileTransferStatusChanged
  OnGroupDeleted
  OnGroupExpanded
  OnGroupUsers
  OnGroupVisible
  OnMessageHistory
  OnMessageStatus
  OnMute
  OnNotify
  OnOnlineStatus
  OnPluginEventClicked
  OnPluginMenuItemClicked
  OnReply
  OnSilentModeStatusChanged
  OnSmsMessageStatusChanged
  OnSmsTargetStatusChanged
  OnUserAuthorizationRequestReceived
  OnUserMood
  OnUserStatus
  OnVoicemailStatus
  OnWallpaperChanged

Inherited from object: __class__

Method Details

__init__(self, Events=None, **Options)
(Constructor)

source code 
Initializes the object.
Parameters:
  • Events - An optional object with event handlers. See Skype4Py.utils.EventHandlingBase for more information on events.
  • Options - Additional options for low-level API handler. See the Skype4Py.api subpackage for supported options. Available options may depend on the current platform. Note that the current platform can be queried using Skype4Py.platform variable.
Overrides: object.__init__

ApiSecurityContextEnabled(self, Context)

source code 
Queries if an API security context for Internet Explorer is enabled.
Parameters:
  • Context (unicode) - API security context to check.
Returns: bool
True if the API security for the given context is enabled, False otherwise.

Warning: This functionality isn't supported by Skype4Py.

Application(self, Name)

source code 
Queries an application object.
Parameters:
  • Name (unicode) - Application name.
Returns: application.Application
The application object.

AsyncSearchUsers(self, Target)

source code 
Asynchronously searches for Skype users.
Parameters:
  • Target (unicode) - Search target (name or email address).
Returns: int
A search identifier. It will be passed along with the results to the SkypeEvents.AsyncSearchUsersFinished event after the search is completed.

Attach(self, Protocol=5, Wait=True)

source code 
Establishes a connection to Skype.
Parameters:
  • Protocol (int) - Minimal Skype protocol version.
  • Wait (bool) - If set to False, blocks forever until the connection is established. Otherwise, timeouts after the Timeout.

Call(self, Id=0)

source code 
Queries a call object.
Parameters:
  • Id (int) - Call identifier.
Returns: call.Call
Call object.

Calls(self, Target='')

source code 
Queries calls in call history.
Parameters:
  • Target (str) - Call target.
Returns: CallCollection
Call objects.

ChangeUserStatus(self, Status)

source code 
Changes the online status for the current user.
Parameters:
  • Status (enums.cus*) - New online status for the user.

Note: This function waits until the online status changes. Alternatively, use the CurrentUserStatus property to perform an immediate change of status.

Chat(self, Name='')

source code 
Queries a chat object.
Parameters:
  • Name (str) - Chat name.
Returns: chat.Chat
A chat object.

ClearCallHistory(self, Username='ALL', Type='ALL')

source code 
Clears the call history.
Parameters:
  • Username (str) - Skypename of the user. A special value of 'ALL' means that entries of all users should be removed.
  • Type (enums.clt*) - Call type.

Command(self, Command, Reply=u'', Block=False, Timeout=30000, Id=-1)

source code 
Creates an API command object.
Parameters:
  • Command (unicode) - Command string.
  • Reply (unicode) - Expected reply. By default any reply is accepted (except errors which raise an SkypeError exception).
  • Block (bool) - If set to True, SendCommand method waits for a response from Skype API before returning.
  • Timeout (float, int or long) - Timeout. Used if Block == True. Timeout may be expressed in milliseconds if the type is int or long or in seconds (or fractions thereof) if the type is float.
  • Id (int) - Command Id. The default (-1) means it will be assigned automatically as soon as the command is sent.
Returns: Command
A command object.

See Also: SendCommand

Conference(self, Id=0)

source code 
Queries a call conference object.
Parameters:
  • Id (int) - Conference Id.
Returns: Conference
A conference object.

CreateChatUsingBlob(self, Blob)

source code 
Returns existing or joins a new chat using given blob.
Parameters:
  • Blob (str) - A blob identifying the chat.
Returns: chat.Chat
A chat object

CreateChatWith(self, *Usernames)

source code 
Creates a chat with one or more users.
Parameters:
  • Usernames (str) - One or more Skypenames of the users.
Returns: Chat
A chat object

See Also: Chat.AddMembers

CreateGroup(self, GroupName)

source code 
Creates a custom contact group.
Parameters:
  • GroupName (unicode) - Group name.
Returns: Group
A group object.

See Also: DeleteGroup

CreateSms(self, MessageType, *TargetNumbers)

source code 
Creates an SMS message.
Parameters:
  • MessageType (enums.smsMessageType*) - Message type.
  • TargetNumbers (str) - One or more target SMS numbers.
Returns: SmsMessage
An sms message object.

DeleteGroup(self, GroupId)

source code 

Deletes a custom contact group.

Users in the contact group are moved to the All Contacts (hardwired) contact group.

Parameters:
  • GroupId (int) - Group identifier. Get it from Group.Id.

See Also: CreateGroup

EnableApiSecurityContext(self, Context)

source code 
Enables an API security context for Internet Explorer scripts.
Parameters:
  • Context (unicode) - combination of API security context values.

Warning: This functionality isn't supported by Skype4Py.

FindChatUsingBlob(self, Blob)

source code 
Returns existing chat using given blob.
Parameters:
  • Blob (str) - A blob identifying the chat.
Returns: chat.Chat
A chat object

Greeting(self, Username='')

source code 
Queries the greeting used as voicemail.
Parameters:
  • Username (str) - Skypename of the user.
Returns: Voicemail
A voicemail object.

Message(self, Id=0)

source code 
Queries a chat message object.
Parameters:
  • Id (int) - Message Id.
Returns: ChatMessage
A chat message object.

Messages(self, Target='')

source code 
Queries chat messages which were sent/received by the user.
Parameters:
  • Target (str) - Message sender.
Returns: ChatMessageCollection
Chat message objects.

PlaceCall(self, *Targets)

source code 
Places a call to a single user or creates a conference call.
Parameters:
  • Targets (str) - One or more call targets. If multiple targets are specified, a conference call is created. The call target can be a Skypename, phone number, or speed dial code.
Returns: call.Call
A call object.

Privilege(self, Name)

source code 
Queries the Skype services (privileges) enabled for the Skype client.
Parameters:
  • Name (str) - Privilege name, currently one of 'SKYPEOUT', 'SKYPEIN', 'VOICEMAIL'.
Returns: bool
True if the privilege is available, False otherwise.

Profile(self, Property, Set=None)

source code 
Queries/sets user profile properties.
Parameters:
  • Property (str) - Property name, currently one of 'PSTN_BALANCE', 'PSTN_BALANCE_CURRENCY', 'FULLNAME', 'BIRTHDAY', 'SEX', 'LANGUAGES', 'COUNTRY', 'PROVINCE', 'CITY', 'PHONE_HOME', 'PHONE_OFFICE', 'PHONE_MOBILE', 'HOMEPAGE', 'ABOUT'.
  • Set (unicode or None) - Value the property should be set to or None if the value should be queried.
Returns: unicode or None
Property value if Set=None, None otherwise.

Property(self, ObjectType, ObjectId, PropName, Set=None)

source code 
Queries/sets the properties of an object.
Parameters:
  • ObjectType (str) - Object type ('USER', 'CALL', 'CHAT', 'CHATMESSAGE', ...).
  • ObjectId (str) - Object Id, depends on the object type.
  • PropName (str) - Name of the property to access.
  • Set (unicode or None) - Value the property should be set to or None if the value should be queried.
Returns: unicode or None
Property value if Set=None, None otherwise.

ResetCache(self)

source code 

Deletes all command cache entries.

This method clears the Skype4Py's internal command cache which means that all objects will forget their property values and querying them will trigger a code to get them from Skype client (and cache them again).

SearchForUsers(self, Target)

source code 
Searches for users.
Parameters:
  • Target (unicode) - Search target (name or email address).
Returns: UserCollection
Found users.

SendCommand(self, Command)

source code 
Sends an API command.
Parameters:
  • Command (Command) - Command to send. Use Command method to create a command.

SendMessage(self, Username, Text)

source code 
Sends a chat message.
Parameters:
  • Username (str) - Skypename of the user.
  • Text (unicode) - Body of the message.
Returns: ChatMessage
A chat message object.

SendSms(self, *TargetNumbers, **Properties)

source code 
Creates and sends an SMS message.
Parameters:
  • TargetNumbers (str) - One or more target SMS numbers.
  • Properties - Message properties. Properties available are same as SmsMessage object properties.
Returns: SmsMessage
An sms message object. The message is already sent at this point.

SendVoicemail(self, Username)

source code 
Sends a voicemail to a specified user.
Parameters:
  • Username (str) - Skypename of the user.

Note: Should return a Voicemail object. This is not implemented yet.

User(self, Username='')

source code 
Queries a user object.
Parameters:
  • Username (str) - Skypename of the user.
Returns: user.User
A user object.

Variable(self, Name, Set=None)

source code 
Queries/sets Skype general parameters.
Parameters:
  • Name (str) - Variable name.
  • Set (unicode or None) - Value the variable should be set to or None if the value should be queried.
Returns: unicode or None
Variable value if Set=None, None otherwise.

Voicemail(self, Id)

source code 
Queries the voicemail object.
Parameters:
  • Id (int) - Voicemail Id.
Returns: Voicemail
A voicemail object.

Property Details

ActiveCalls

Queries a list of active calls.
Get Method:
_GetActiveCalls(self)
Type:
CallCollection

ActiveChats

Queries a list of active chats.
Get Method:
_GetActiveChats(self)
Type:
ChatCollection

ActiveFileTransfers

Queries currently active file transfers.
Get Method:
_GetActiveFileTransfers(self)
Type:
FileTransferCollection

ApiWrapperVersion

Returns Skype4Py version.
Get Method:
_GetApiWrapperVersion(self)
Type:
str

AttachmentStatus

Queries the attachment status of the Skype client.
Get Method:
_GetAttachmentStatus(self)
Type:
enums.apiAttach*

BookmarkedChats

Queries a list of bookmarked chats.
Get Method:
_GetBookmarkedChats(self)
Type:
ChatCollection

Cache

Queries/sets the status of internal cache. The internal API cache is used to cache Skype object properties and global parameters.
Get Method:
_GetCache(self)
Set Method:
_SetCache(self, Value)
Type:
bool

Chats

Queries a list of chats.
Get Method:
_GetChats(self)
Type:
ChatCollection

Client

Queries the user interface control object.
Get Method:
_GetClient(self)
Type:
Client

CommandId

Queries/sets the status of automatic command identifiers.
Get Method:
_GetCommandId(self)
Set Method:
_SetCommandId(self, Value)
Type:
bool

Note: Currently the only supported value is True.

Conferences

Queries a list of call conferences.
Get Method:
_GetConferences(self)
Type:
ConferenceCollection

ConnectionStatus

Queries the connection status of the Skype client.
Get Method:
_GetConnectionStatus(self)
Type:
enums.con*

Convert

Queries the conversion object.
Get Method:
_GetConvert(self)
Type:
Conversion

CurrentUser

Queries the current user object.
Get Method:
_GetCurrentUser(self)
Type:
user.User

CurrentUserHandle

Queries the Skypename of the current user.
Get Method:
_GetCurrentUserHandle(self)
Type:
str

CurrentUserProfile

Queries the user profile object.
Get Method:
_GetCurrentUserProfile(self)
Type:
Profile

CurrentUserStatus

Queries/sets the online status of the current user.
Get Method:
_GetCurrentUserStatus(self)
Set Method:
_SetCurrentUserStatus(self, Value)
Type:
enums.ols*

CustomGroups

Queries the list of custom contact groups. Custom groups are contact groups defined by the user.
Get Method:
_GetCustomGroups(self)
Type:
GroupCollection

FileTransfers

Queries all file transfers.
Get Method:
_GetFileTransfers(self)
Type:
FileTransferCollection

FocusedContacts

Queries a list of contacts selected in the contacts list.
Get Method:
_GetFocusedContacts(self)
Type:
UserCollection

FriendlyName

Queries/sets a "friendly" name for an application.
Get Method:
_GetFriendlyName(self)
Set Method:
_SetFriendlyName(self, Value)
Type:
unicode

Friends

Queries the users in a contact list.
Get Method:
_GetFriends(self)
Type:
UserCollection

Groups

Queries the list of all contact groups.
Get Method:
_GetGroups(self)
Type:
GroupCollection

HardwiredGroups

Queries the list of hardwired contact groups. Hardwired groups are "smart" contact groups, defined by Skype, that cannot be removed.
Get Method:
_GetHardwiredGroups(self)
Type:
GroupCollection

MissedCalls

Queries a list of missed calls.
Get Method:
_GetMissedCalls(self)
Type:
CallCollection

MissedChats

Queries a list of missed chats.
Get Method:
_GetMissedChats(self)
Type:
ChatCollection

MissedMessages

Queries a list of missed chat messages.
Get Method:
_GetMissedMessages(self)
Type:
ChatMessageCollection

MissedSmss

Requests a list of all missed SMS messages.
Get Method:
_GetMissedSmss(self)
Type:
SmsMessageCollection

MissedVoicemails

Requests a list of missed voicemails.
Get Method:
_GetMissedVoicemails(self)
Type:
VoicemailCollection

Mute

Queries/sets the mute status of the Skype client.

Type: bool Note: This value can be set only when there is an active call.

Get Method:
_GetMute(self)
Set Method:
_SetMute(self, Value)
Type:
bool

PredictiveDialerCountry

Returns predictive dialler country as an ISO code.
Get Method:
_GetPredictiveDialerCountry(self)
Type:
str

Protocol

Queries/sets the protocol version used by the Skype client.
Get Method:
_GetProtocol(self)
Set Method:
_SetProtocol(self, Value)
Type:
int

RecentChats

Queries a list of recent chats.
Get Method:
_GetRecentChats(self)
Type:
ChatCollection

Settings

Queries the settings for Skype general parameters.
Get Method:
_GetSettings(self)
Type:
Settings

SilentMode

Returns/sets Skype silent mode status.
Get Method:
_GetSilentMode(self)
Set Method:
_SetSilentMode(self, Value)
Type:
bool

Smss

Requests a list of all SMS messages.
Get Method:
_GetSmss(self)
Type:
SmsMessageCollection

Timeout

Queries/sets the wait timeout value. This timeout value applies to every command sent to the Skype API and to attachment requests (see Attach). If a response is not received during the timeout period, an SkypeAPIError exception is raised.

The units depend on the type. For float it is the number of seconds (or fractions thereof), for int or long it is the number of milliseconds. Floats are commonly used in Python modules to express timeouts (time.sleep() for example). Milliseconds are supported because that's what the Skype4COM library uses. Skype4Py support for real float timeouts was introduced in version 1.0.31.1.

The default value is 30000 milliseconds (int).

Get Method:
_GetTimeout(self)
Set Method:
_SetTimeout(self, Value)
Type:
float, int or long

UsersWaitingAuthorization

Queries the list of users waiting for authorization.
Get Method:
_GetUsersWaitingAuthorization(self)
Type:
UserCollection

Version

Queries the application version of the Skype client.
Get Method:
_GetVersion(self)
Type:
str

Voicemails

Queries a list of voicemails.
Get Method:
_GetVoicemails(self)
Type:
VoicemailCollection

OnApplicationConnecting

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnApplicationDatagram

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnApplicationReceiving

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnApplicationSending

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnApplicationStreams

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnAsyncSearchUsersFinished

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnAttachmentStatus

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnAutoAway

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnCallDtmfReceived

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnCallHistory

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnCallInputStatusChanged

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnCallSeenStatusChanged

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnCallStatus

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnCallTransferStatusChanged

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnCallVideoReceiveStatusChanged

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnCallVideoSendStatusChanged

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnCallVideoStatusChanged

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnChatMemberRoleChanged

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnChatMembersChanged

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnChatWindowState

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnClientWindowState

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnCommand

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnConnectionStatus

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnContactsFocused

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnError

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnFileTransferStatusChanged

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnGroupDeleted

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnGroupExpanded

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnGroupUsers

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnGroupVisible

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnMessageHistory

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnMessageStatus

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnMute

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnNotify

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnOnlineStatus

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnPluginEventClicked

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnPluginMenuItemClicked

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnReply

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnSilentModeStatusChanged

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnSmsMessageStatusChanged

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnSmsTargetStatusChanged

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnUserAuthorizationRequestReceived

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnUserMood

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnUserStatus

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnVoicemailStatus

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)

OnWallpaperChanged

Get Method:
unreachable(self)
Set Method:
unreachable(self, Value)