public enum CallType
Defines call direction and call type values.
| Enum values | |
|---|---|
PHONE_TO_APP
|
Represents PHONE_TO_APP. |
APP_TO_PHONE
|
Represents APP_TO_PHONE. |
APP_TO_APP_INCOMING
|
Represents APP_TO_APP_INCOMING. |
APP_TO_APP_OUTGOING
|
Represents APP_TO_APP_OUTGOING. |
| Public methods | |
|---|---|
short |
short getValue()
Return value. |
CallType.PHONE_TO_APP
Represents PHONE_TO_APP.
CallType.APP_TO_PHONE
Represents APP_TO_PHONE.
CallType.APP_TO_APP_INCOMING
Represents APP_TO_APP_INCOMING.
CallType.APP_TO_APP_OUTGOING
Represents APP_TO_APP_OUTGOING.
short getValue()
Return value.