CallState
#include <bb/system/phone/CallState>
To link against this class, add the following line to your .pro file: LIBS += -lbbsystem
Values describing the states of a call.
You must also specify the access_phone permission in your bar-descriptor.xml file.
BlackBerry 10.0.0
Public Types Index
enum TypeInvalid = -1, Unknown = 0, Incoming = 1, Connecting = 2, RemoteRinging = 3, Connected = 4, Disconnected = 5, Failed = 6, Held = 7, MultiPartyMember = 8 |
Public Types
Values describing the states of a call.
BlackBerry 10.0.0
- Invalid = -1
The state is invalid.
Since:BlackBerry 10.0.0
- Unknown = 0
The state is unknown.
Since:BlackBerry 10.0.0
- Incoming = 1
The call is incoming.
Since:BlackBerry 10.0.0
- Connecting = 2
The call is connecting.
Since:BlackBerry 10.0.0
- RemoteRinging = 3
The call is ringing at the remote side.
Since:BlackBerry 10.0.0
- Connected = 4
The call is connected.
Since:BlackBerry 10.0.0
- Disconnected = 5
The call is disconnected.
Since:BlackBerry 10.0.0
- Failed = 6
The call failed.
Since:BlackBerry 10.0.0
- Held = 7
The call is on hold.
Since:BlackBerry 10.0.0
- MultiPartyMember = 8
The call is a multi-party call with members.
Since:BlackBerry 10.0.0