|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SmsStatus | |
---|---|
com.hoiio.sdk.objects.enums | |
com.hoiio.sdk.objects.sms |
Uses of SmsStatus in com.hoiio.sdk.objects.enums |
---|
Methods in com.hoiio.sdk.objects.enums that return SmsStatus | |
---|---|
static SmsStatus |
SmsStatus.fromString(String status)
Converts the string to SmsStatus object |
static SmsStatus |
SmsStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SmsStatus[] |
SmsStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of SmsStatus in com.hoiio.sdk.objects.sms |
---|
Methods in com.hoiio.sdk.objects.sms that return SmsStatus | |
---|---|
SmsStatus |
Sms.getSmsStatus()
Gets the status of the SMS delivery |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |