|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
com.skype | <#if locale="ja"> <#else> Provides the classes for Skype API #if> |
Uses of User in com.skype |
---|
Subclasses of User in com.skype | |
---|---|
class |
Friend
Implementation of a special USER, one that is authorized and on the contactlist. |
Methods in com.skype that return User | |
---|---|
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 |
SkypeImpl.getUser(String id)
Return User based on ID. |
static User[] |
SkypeImpl.searchUsers(String keyword)
Search users by a part of id or e-mail. |
Methods in com.skype with parameters of type User | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |