Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
org.qtproject.qt.android.network.QtNetwork Class Reference
+ Collaboration diagram for org.qtproject.qt.android.network.QtNetwork:

Static Public Member Functions

static void registerReceiver (final Context context)
 
static void unregisterReceiver (final Context context)
 
static ConnectivityManager getConnectivityManager (final Context context)
 
static ProxyInfo getProxyInfo (final Context context)
 

Detailed Description

Definition at line 14 of file QtNetwork.java.

Member Function Documentation

◆ getConnectivityManager()

static ConnectivityManager org.qtproject.qt.android.network.QtNetwork.getConnectivityManager ( final Context context)
inlinestatic

Definition at line 53 of file QtNetwork.java.

References context.

Referenced by org.qtproject.qt.android.network.QtNetwork.getProxyInfo().

+ Here is the caller graph for this function:

◆ getProxyInfo()

static ProxyInfo org.qtproject.qt.android.network.QtNetwork.getProxyInfo ( final Context context)
inlinestatic

Definition at line 58 of file QtNetwork.java.

References context, and org.qtproject.qt.android.network.QtNetwork.getConnectivityManager().

+ Here is the call graph for this function:

◆ registerReceiver()

static void org.qtproject.qt.android.network.QtNetwork.registerReceiver ( final Context context)
inlinestatic

Definition at line 32 of file QtNetwork.java.

References context.

◆ unregisterReceiver()

static void org.qtproject.qt.android.network.QtNetwork.unregisterReceiver ( final Context context)
inlinestatic

Definition at line 43 of file QtNetwork.java.

References context.


The documentation for this class was generated from the following file: