|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SMS | |
---|---|
com.skype | <#if locale="ja"> <#else> Provides the classes for Skype API #if> |
Uses of SMS in com.skype |
---|
Methods in com.skype that return SMS | |
---|---|
SMS[] |
SkypeImpl.getAllMissedSMSs()
Find all missed SMS messages. |
SMS[] |
SkypeImpl.getAllSMSs()
Find all SMS messages. |
static SMS |
SkypeImpl.sendSMS(String[] numbers,
String content)
Send an SMS to one or more cell phone numbers. |
static SMS |
SkypeImpl.sendSMS(String number,
String content)
Send an SMS to one cell phone number. |
static SMS |
SkypeImpl.submitConfirmationCode(String number)
Send a SMS confirmation code. |
static SMS |
SkypeImpl.submitConfirmationCode(String[] numbers)
Send a SMS confirmation code. |
static SMS |
SkypeImpl.submitConfirmationCode(String[] numbers,
String code)
Send a SMS confirmation code. |
static SMS |
SkypeImpl.submitConfirmationCode(String number,
String code)
Send a SMS confirmation code. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |