#include "androidconnectivitymanager.h"
#include <QtCore/qcoreapplication.h>
#include <QtCore/qjnienvironment.h>
#include "moc_androidconnectivitymanager.cpp"
Go to the source code of this file.
◆ genericInfoChanged()
static void genericInfoChanged |
( |
JNIEnv * |
env, |
|
|
jobject |
obj, |
|
|
jboolean |
captivePortal, |
|
|
jboolean |
metered |
|
) |
| |
|
static |
◆ networkConnectivityChanged()
static void networkConnectivityChanged |
( |
JNIEnv * |
env, |
|
|
jobject |
obj, |
|
|
jint |
enumValue |
|
) |
| |
|
static |
◆ transportMediumChanged()
static void transportMediumChanged |
( |
JNIEnv * |
env, |
|
|
jobject |
obj, |
|
|
jint |
enumValue |
|
) |
| |
|
static |
◆ networkInformationClass
const char networkInformationClass[] |
|
static |