CallInformation Interface Reference
Call information.
Classes | |
| enum | CallDirection |
| enum | CallType |
Public Member Functions | |
| String | getLocalSourceId () |
| Retrieve ID of the local source associated with the call. More... | |
| String | getRemoteSourceId () |
| Retrieve ID of the remote source associated with the call. More... | |
| CallDirection | getCallDirection () |
| Informs about the call direction, which may be incoming or outgoing. More... | |
| CallStatus | getCallStatus () |
| Get call status. More... | |
| CallType | getCallType () |
| Get call type, which is useful to know which kind of source originated the call. More... | |
| Instant | getCreationDate () |
| Get the date and time in which the call was created. More... | |
| int | getDurationSeconds () |
| Duration of the call, in seconds. More... | |
Member Function Documentation
| CallDirection getCallDirection | ( | ) |
- Returns
- call direction
| CallStatus getCallStatus | ( | ) |
- Returns
- call status
| CallType getCallType | ( | ) |
- Returns
- call type
| Instant getCreationDate | ( | ) |
- Returns
- call creation date
| int getDurationSeconds | ( | ) |
- Returns
- duration in seconds
| String getLocalSourceId | ( | ) |
- Returns
- local source identifier
| String getRemoteSourceId | ( | ) |
- Returns
- remote source identifier
