|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Call | |
---|---|
com.skype | <#if locale="ja"> <#else> Provides the classes for Skype API #if> |
Uses of Call in com.skype |
---|
Methods in com.skype that return Call | |
---|---|
Call |
User.call()
Start a call to this User. |
static Call |
SkypeImpl.call(String... skypeIds)
Make a Skype CALL to multiple users. |
static Call |
SkypeImpl.call(String skypeId)
Make a Skype CALL to one single Skype user. |
static Call[] |
SkypeImpl.getAllActiveCalls()
Gets all the active calls visible on calltabs. |
Call[] |
User.getAllCalls()
Search all calls to and from this User. |
Methods in com.skype with parameters of type Call | |
---|---|
void |
CallListener.callMaked(Call makedCall)
Called when a new CALL is started. |
void |
CallAdapter.callMaked(Call makedCall)
This method is called when a new CALL is started. |
void |
CallListener.callReceived(Call receivedCall)
Called when a CALL is received. |
void |
CallAdapter.callReceived(Call receivedCall)
This method will be triggered when a CALL is received. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |