CallType
#include <bb/system/phone/CallType>
To link against this class, add the following line to your .pro file: LIBS += -lbbsystem
Values describing the type of the call.
You must also specify the access_phone permission in your bar-descriptor.xml file.
BlackBerry 10.0.0
Public Types Index
Public Types
The type of the call.
BlackBerry 10.0.0
- Invalid = -1
The call type is invalid.
Since:BlackBerry 10.0.0
- Incoming = 0
The call is incoming.
Since:BlackBerry 10.0.0
- Outgoing = 1
The call is outgoing.
Since:BlackBerry 10.0.0
- MultiParty = 2
The call is a multi-party call.
Since:BlackBerry 10.0.0
- Missed = 3
The call is missed.
Since:BlackBerry 10.0.0
- Command = 4
The call is a command call.
Since:BlackBerry 10.0.0
- Emergency = 5
The call is an emergency call.
Since:BlackBerry 10.0.0