Suggestions

close search

CallType

public enum CallType



Defines call direction and call type values.



Summary


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.



Constants


PHONE_TO_APP

CallType.PHONE_TO_APP

Represents PHONE_TO_APP.



APP_TO_PHONE

CallType.APP_TO_PHONE

Represents APP_TO_PHONE.



APP_TO_APP_INCOMING

CallType.APP_TO_APP_INCOMING

Represents APP_TO_APP_INCOMING.



APP_TO_APP_OUTGOING

CallType.APP_TO_APP_OUTGOING

Represents APP_TO_APP_OUTGOING.



Public methods


getValue

short getValue()

Return value.