Skip navigation links
C G M S V 

C

com.skype.android.mobilesdk - package com.skype.android.mobilesdk
 
com.skype.android.mobilesdk.account - package com.skype.android.mobilesdk.account
 
com.skype.android.mobilesdk.api - package com.skype.android.mobilesdk.api
 

G

getAccountId() - Method in class com.skype.android.mobilesdk.account.SkypeAccount
 
getAccountType() - Method in class com.skype.android.mobilesdk.account.SkypeAccount
 
getErrorCode() - Method in exception com.skype.android.mobilesdk.SkypeSdkException
 

M

Modality - Enum in com.skype.android.mobilesdk.api
Modality defines types of supported conversation modalities (chat, audio/video call)

S

SdkErrorCode - Enum in com.skype.android.mobilesdk
Skype SDK error codes:
SkypeAccount - Class in com.skype.android.mobilesdk.account
Class SkypeAccount represents Skype account
SkypeAccount(String) - Constructor for class com.skype.android.mobilesdk.account.SkypeAccount
Constructor for skype account with type SkypeAccountType.SKYPE_ACCOUNT
SkypeAccount(String, SkypeAccountType) - Constructor for class com.skype.android.mobilesdk.account.SkypeAccount
Constructor for skype account with provided account type
SkypeAccountType - Enum in com.skype.android.mobilesdk.account
SkypeAccountType defines types of supported Skype accounts (skypeId, bot)
SkypeApi - Class in com.skype.android.mobilesdk.api
SkypeApi class provides Skype SDK high level APIs
SkypeApi(Context) - Constructor for class com.skype.android.mobilesdk.api.SkypeApi
Constructor for Skype API
SkypeSdkException - Exception in com.skype.android.mobilesdk
SkypeSdkException defines Skype SDK specific exception
SkypeSdkException(SdkErrorCode, Exception) - Constructor for exception com.skype.android.mobilesdk.SkypeSdkException
Constructor for SkypeSdkException with known error code and nested exception
SkypeSdkException(SdkErrorCode, String) - Constructor for exception com.skype.android.mobilesdk.SkypeSdkException
Constructor for SkypeSdkException with known error code and provided message
SkypeSdkException(SdkErrorCode) - Constructor for exception com.skype.android.mobilesdk.SkypeSdkException
Constructor for SkypeSdkException with known error code
startConversation(String, Modality) - Method in class com.skype.android.mobilesdk.api.SkypeApi
Starts 1:1 conversation with specified account

V

valueOf(String) - Static method in enum com.skype.android.mobilesdk.account.SkypeAccountType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.android.mobilesdk.api.Modality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.android.mobilesdk.SdkErrorCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.skype.android.mobilesdk.account.SkypeAccountType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.android.mobilesdk.api.Modality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.android.mobilesdk.SdkErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
C G M S V 
Skip navigation links