|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.beem.project.beem.utils
Class BeemConnectivity

java.lang.Objectcom.beem.project.beem.utils.BeemConnectivity
public final class BeemConnectivity
- extends Object
The Class BeemConnectivity.
| Method Summary | |
|---|---|
static boolean |
isConnected(Context ctx)
Checks if is connected. |
static boolean |
isEdge(Context ctx)
Checks if is edge. |
static boolean |
isUmts(Context ctx)
Checks if is umts. |
static boolean |
isWifi(Context ctx)
Checks if is wifi. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
isConnected
public static boolean isConnected(Context ctx)
- Checks if is connected.
- Parameters:
ctx- the ctx- Returns:
- true, if is connected
isWifi
public static boolean isWifi(Context ctx)
- Checks if is wifi.
- Parameters:
ctx- the ctx- Returns:
- true, if is wifi
isUmts
public static boolean isUmts(Context ctx)
- Checks if is umts.
- Parameters:
ctx- the ctx- Returns:
- true, if is umts
isEdge
public static boolean isEdge(Context ctx)
- Checks if is edge.
- Parameters:
ctx- the ctx- Returns:
- true, if is edge
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2009 Beem-project.com. All Rights Reserved.

com.beem.project.beem.utils.BeemConnectivity