public final class SkypeApi
extends java.lang.Object
| Constructor and Description |
|---|
SkypeApi(android.content.Context context)
Constructor for Skype API
|
| Modifier and Type | Method and Description |
|---|---|
void |
startConversation(java.lang.String accountId,
Modality modality)
Starts 1:1 conversation with specified account
|
public SkypeApi(android.content.Context context)
throws SkypeSdkException
context - Application contextSkypeSdkExceptionpublic void startConversation(java.lang.String accountId,
Modality modality)
throws SkypeSdkException
accountId - Skype accountIdmodality - conversation modality (chat, call or video)SkypeSdkException