| Package | Description |
|---|---|
| com.skype |
<#if locale="ja">
|
| Modifier and Type | Method and Description |
|---|---|
Chat |
User.chat()
Start a chat to this User.
|
static Chat |
Skype.chat(String skypeId)
Start a chat with a single Skype user.
|
static Chat |
Skype.chat(String[] skypeIds)
Start a chat with multiple Skype users.
|
static Chat[] |
Skype.getAllActiveChats()
Gets the all chats which are open in the windows.
|
static Chat[] |
Skype.getAllBookmarkedChats()
Gets the all bookmarked chats.
|
static Chat[] |
Skype.getAllChats()
Gets the all chats.
|
static Chat[] |
Skype.getAllMissedChats()
Gets the all chats which include unread messages
|
static Chat[] |
Skype.getAllRecentChats()
Gets the all recent chats in the locally-cached history.
|
Chat |
ChatMessage.getChat()
Get the parent CHAT object for this CHATMESSAGE.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlobalChatMessageListener.newChatStarted(Chat chat,
User[] users) |
void |
GlobalChatListener.newChatStarted(Chat chat,
User[] users) |
void |
GlobalChatListener.userAdded(Chat chat,
User user) |
void |
GlobalChatListener.userLeft(Chat chat,
User user) |
Copyright © 2013. All Rights Reserved.