Gamebase SDK for Android
2.27.0
NHN Cloud Gamebase Platform
|
Classes | |
interface | OnChangedStatusListener |
Public Member Functions | |
NetworkManager (Context context) | |
boolean | isAvailable () |
boolean | isConnected () |
boolean | isActiveConnectedOrConnecting () |
int | getType () |
String | getTypeName () |
void | setOnChangedNetworkStatusListener (OnChangedStatusListener listener) |
void | onReceive (Context context, Intent intent) |
Static Public Member Functions | |
static boolean | isAvailable (Context context) |
static boolean | isConnected (Context context) |
static boolean | isActiveConnectedOrConnecting (Context context) |
static int | getType (Context context) |
static String | getTypeName (Context context) |
Static Public Attributes | |
static final int | TYPE_NOT = -1 |
static final int | TYPE_MOBILE = 0 |
static final int | TYPE_WIFI = 1 |
static final int | TYPE_ANY = 2 |
NetworkManager | ( | Context | context | ) |
int getType | ( | ) |
|
static |
String getTypeName | ( | ) |
|
static |
boolean isActiveConnectedOrConnecting | ( | ) |
|
static |
boolean isAvailable | ( | ) |
|
static |
boolean isConnected | ( | ) |
|
static |
void onReceive | ( | Context | context, |
Intent | intent | ||
) |
void setOnChangedNetworkStatusListener | ( | OnChangedStatusListener | listener | ) |
|
static |
|
static |
|
static |
|
static |