| Package | Description |
|---|---|
| com.skype |
<#if locale="ja">
|
| Modifier and Type | Method and Description |
|---|---|
Friend |
ContactList.addFriend(String skypeId,
String messageForAuthorization)
Add user to contactlist.
|
Friend |
ContactList.addFriend(User user,
String messageForAuthorization)
Add user to contactlist.
|
Friend[] |
Application.getAllConnectableFriends()
Find user to whom Skype can connect using AP2AP.
|
Friend[] |
Application.getAllConnectedFriends()
Find all user with whom we have a established AP2AP connection.
|
Friend[] |
Application.getAllConnectingFriends()
Find all users to whom SKype is connecting a AP2AP connection.
|
Friend[] |
ContactList.getAllFriends()
Get all authorized users.
|
Friend[] |
Group.getAllFriends()
Return all authorized users.
|
Friend[] |
Application.getAllReceivedFriends()
Find all users which we have received data from using an AP2AP connection.
|
Friend[] |
Application.getAllSendingFriends()
Find all user to whom we are sending data using a AP2AP connection.
|
Friend[] |
ContactList.getAllUserWaitingForAuthorization()
Get all users waiting for AUTHORIZATION.
|
Friend |
Stream.getFriend()
Return the User which is on the other end of this Stream.
|
Friend |
ContactList.getFriend(String skypeId)
Get the Friend object for one of the authorized users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Group.addFriend(Friend friend)
Add friend to this GROUP.
|
void |
Group.changeFriendDisplayName(Friend friend,
String displayName)
changes the display name for a contact.
|
Stream[] |
Application.connect(Friend... friends)
Setup an AP2AP connection with a Friend.
|
Stream[] |
Application.getAllStreams(Friend... friends)
Gets all connected streams by Friend instances.
|
boolean |
Group.hasFriend(Friend checked)
Check for any friends.
|
void |
ContactList.removeFriend(Friend friend)
Removes friend from this contact list.
|
void |
Group.removeFriend(Friend friend)
Remove a friend from this GROUP.
|
Copyright © 2013. All Rights Reserved.