|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CallStatus | |
---|---|
com.hoiio.sdk.objects.enums | |
com.hoiio.sdk.objects.voice |
Uses of CallStatus in com.hoiio.sdk.objects.enums |
---|
Methods in com.hoiio.sdk.objects.enums that return CallStatus | |
---|---|
static CallStatus |
CallStatus.fromString(String status)
Converts the string to CallStatus object |
static CallStatus |
CallStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CallStatus[] |
CallStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of CallStatus in com.hoiio.sdk.objects.voice |
---|
Methods in com.hoiio.sdk.objects.voice that return CallStatus | |
---|---|
CallStatus |
Call.getCallStatusDest1()
Gets the status of the call to dest1 |
CallStatus |
Call.getCallStatusDest2()
Gets the status of the call to dest2 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |