| Package | Description |
|---|---|
| com.skype |
<#if locale="ja">
|
| Modifier and Type | Method and Description |
|---|---|
Stream[] |
Application.connect(Friend... friends)
Setup an AP2AP connection with a Friend.
|
Stream[] |
Application.connect(String... ids)
Setup an AP2AP connection with members.
|
Stream[] |
Application.connectToAll()
Find connetable users.
|
Stream[] |
Application.getAllStreams()
Gets all connected streams.
|
Stream[] |
Application.getAllStreams(Friend... friends)
Gets all connected streams by Friend instances.
|
Stream[] |
Application.getAllStreams(String... ids)
Gets connected streams by Skype IDs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationListener.connected(Stream stream)
Called when a AP2AP stream is connected.
|
void |
ApplicationAdapter.connected(Stream stream)
Implement this method to get triggered on AP2AP connected events.
|
void |
ApplicationListener.disconnected(Stream stream)
Called when a AP2AP stream gets disconnected.
|
void |
ApplicationAdapter.disconnected(Stream stream)
Implement this method to get triggered on AP2AP disconnected events.
|
Copyright © 2013. All Rights Reserved.