|
|
|
|
|
|
PluginEvent
|
CreateEvent(self,
EventId,
Caption,
Hint)
Creates a custom event displayed in Skype client's events pane. |
source code
|
|
PluginMenuItem
|
CreateMenuItem(self,
MenuItemId,
PluginContext,
CaptionText,
HintText=u'
' ,
IconPath='
' ,
Enabled=True,
ContactType=' all ' ,
MultipleContacts=False)
Creates custom menu item in Skype client's "Do More" menus. |
source code
|
|
|
Focus(self)
Brings the client window into focus. |
source code
|
|
|
Minimize(self)
Hides Skype application window. |
source code
|
|
|
|
|
|
|
OpenBlockedUsersDialog(self)
Opens blocked users dialog. |
source code
|
|
|
OpenCallHistoryTab(self)
Opens call history tab. |
source code
|
|
|
OpenConferenceDialog(self)
Opens create conference dialog. |
source code
|
|
|
|
|
|
|
|
|
|
|
OpenGettingStartedWizard(self)
Opens getting started wizard. |
source code
|
|
|
OpenImportContactsWizard(self)
Opens import contacts wizard. |
source code
|
|
|
|
|
|
|
|
|
OpenProfileDialog(self)
Opens current user profile dialog. |
source code
|
|
|
OpenSearchDialog(self)
Opens search dialog. |
source code
|
|
|
|
|
|
|
|
|
OpenVideoTestDialog(self)
Opens video test dialog. |
source code
|
|
|
|
|
Start(self,
Minimized=False,
Nosplash=False)
Starts Skype application. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|