| Package | Description |
|---|---|
| com.skype |
<#if locale="ja">
|
| Modifier and Type | Class and Description |
|---|---|
class |
Friend
Implementation of a special USER, one that is authorized and on the contactlist.
|
| Modifier and Type | Method and Description |
|---|---|
User |
Chat.getAdder()
Return user who added the current user to chat.
|
User[] |
Chat.getAllActiveMembers()
Return all active members of CHAT.
|
User[] |
Chat.getAllMembers()
Return all users in this CHAT.
|
User[] |
Chat.getAllPosters()
Return all chatting members on this CHAT.
|
User[] |
ChatMessage.getAllUsers()
Return all users added to CHAT.
|
static User |
User.getInstance(String id)
Returns the User object by the specified id.
|
User |
VoiceMail.getPartner()
Returns the Skype user who is the partner in this voice mail.
|
User |
Call.getPartner()
Return the Skype user who is the partner in this CALL.
|
User |
ChatMessage.getSender()
Return the User who sended this CHATMESSAGE.
|
static User |
Skype.getUser(String id)
Return User based on ID.
|
static User[] |
Skype.searchUsers(String keyword)
Search users by a part of id or e-mail.
|
| Modifier and Type | Method and Description |
|---|---|
Friend |
ContactList.addFriend(User user,
String messageForAuthorization)
Add user to contactlist.
|
void |
Chat.addUser(User addedUser)
Add a User to this CHAT.
|
void |
Chat.addUsers(User[] addedUsers)
Add several users to this CHAT.
|
void |
ChatMessageEditListener.chatMessageEdited(ChatMessage editedMessage,
Date eventDate,
User who) |
void |
GlobalChatMessageListener.newChatStarted(Chat chat,
User[] users) |
void |
GlobalChatListener.newChatStarted(Chat chat,
User[] users) |
void |
GlobalChatListener.userAdded(Chat chat,
User user) |
void |
ChatListener.userAdded(User user) |
void |
GlobalChatListener.userLeft(Chat chat,
User user) |
void |
ChatListener.userLeft(User user) |
Copyright © 2013. All Rights Reserved.