Package com.zego.zegoavkit2
Class ZegoConstants.NetType
- java.lang.Object
-
- com.zego.zegoavkit2.ZegoConstants.NetType
-
- Enclosing class:
- ZegoConstants
public static final class ZegoConstants.NetType extends java.lang.Object
网络类型
-
-
Constructor Summary
Constructors Constructor Description NetType()
-
-
-
Field Detail
-
None
public static final int None
无网络- See Also:
- Constant Field Values
-
Line
public static final int Line
网线- See Also:
- Constant Field Values
-
Wifi
public static final int Wifi
WIFI- See Also:
- Constant Field Values
-
Mobile2G
public static final int Mobile2G
2G- See Also:
- Constant Field Values
-
Mobile3G
public static final int Mobile3G
3G- See Also:
- Constant Field Values
-
Mobile4G
public static final int Mobile4G
4G- See Also:
- Constant Field Values
-
Mobile5G
public static final int Mobile5G
5G- See Also:
- Constant Field Values
-
UNKNOWN
public static final int UNKNOWN
未知类型- See Also:
- Constant Field Values
-
-