QAndroidServiceConnection Class
Wraps the most important methods of Android ServiceConnection class. More...
| Header: | #include <QAndroidServiceConnection> |
| qmake: | QT += androidextras |
| Since: | Qt 5.10 |
This class was introduced in Qt 5.10.
Detailed Description
The QAndroidServiceConnection is a convenience abstract class which wraps the Android ServiceConnection interface.
It is useful when you perform a QtAndroid::bindService operation.