![]() |
Qt 6.x
The Qt SDK
|
#include <jni.h>
#include <QtCore/QObject>
#include <QtCore/private/qglobal_p.h>
#include <android/log.h>
#include <android/jni_android_p.h>
#include <QtCore/QJniObject>
Go to the source code of this file.
Classes | |
class | AndroidBroadcastReceiver |
Functions | |
QT_BEGIN_NAMESPACE void | QtBroadcastReceiver_jniOnReceive (JNIEnv *, jobject, jlong, QtJniTypes::Context, QtJniTypes::Intent) |
QT_BEGIN_NAMESPACE void QtBroadcastReceiver_jniOnReceive | ( | JNIEnv * | env, |
jobject | , | ||
jlong | qtObject, | ||
QtJniTypes::Context | context, | ||
QtJniTypes::Intent | intent | ||
) |
Definition at line 45 of file jni_android.cpp.