Phone

Provide support for phone communication in your apps.

You can initiate calls and perform other phone-related operations by using the classes in this category. You can listen for incoming calls, place outgoing calls, and retrieve detailed information about a call, such as the ID, call state, and call type.

Libraries and permissions

To link against these classes, add the following line to your .pro file:

LIBS += -lbbsystem

You must also specify the following permissions in your bar-descriptor.xml file:

access_phone

Additional resources

To download a code sample that demonstrates how to support phone communication in your apps, visit the Cascades Samples repository in Github.



Members