|
NIMSDK-AOS
9.21.10
|
网络类型 更多...
Public 属性 | |
| int | CONNECTION_UNKNOWN = RtcConnectionType.CONNECTION_UNKNOWN |
| Unknown data connection. 更多... | |
| int | CONNECTION_ETHERNET = RtcConnectionType.CONNECTION_ETHERNET |
| The Ethernet data connection. 更多... | |
| int | CONNECTION_WIFI = RtcConnectionType.CONNECTION_WIFI |
| The WIFI data connection. 更多... | |
| int | CONNECTION_2G = RtcConnectionType.CONNECTION_2G |
| The Mobile(2G) data connection. 更多... | |
| int | CONNECTION_3G = RtcConnectionType.CONNECTION_3G |
| The Mobile(3G) data connection. 更多... | |
| int | CONNECTION_4G = RtcConnectionType.CONNECTION_4G |
| The Mobile(4G) data connection. 更多... | |
| int | CONNECTION_BLUETOOTH = RtcConnectionType.CONNECTION_BLUETOOTH |
| The Bluetooth data connection. 更多... | |
| int | CONNECTION_NONE = RtcConnectionType.CONNECTION_NONE |
| The absence of a connection type. 更多... | |
网络类型
在文件 AVChatConnectionType.java 第 13 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType.CONNECTION_2G = RtcConnectionType.CONNECTION_2G |
The Mobile(2G) data connection.
在文件 AVChatConnectionType.java 第 37 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType.CONNECTION_3G = RtcConnectionType.CONNECTION_3G |
The Mobile(3G) data connection.
在文件 AVChatConnectionType.java 第 43 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType.CONNECTION_4G = RtcConnectionType.CONNECTION_4G |
The Mobile(4G) data connection.
在文件 AVChatConnectionType.java 第 49 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType.CONNECTION_BLUETOOTH = RtcConnectionType.CONNECTION_BLUETOOTH |
The Bluetooth data connection.
在文件 AVChatConnectionType.java 第 55 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType.CONNECTION_ETHERNET = RtcConnectionType.CONNECTION_ETHERNET |
The Ethernet data connection.
在文件 AVChatConnectionType.java 第 25 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType.CONNECTION_NONE = RtcConnectionType.CONNECTION_NONE |
The absence of a connection type.
在文件 AVChatConnectionType.java 第 61 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType.CONNECTION_UNKNOWN = RtcConnectionType.CONNECTION_UNKNOWN |
Unknown data connection.
在文件 AVChatConnectionType.java 第 19 行定义.
| int com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType.CONNECTION_WIFI = RtcConnectionType.CONNECTION_WIFI |
The WIFI data connection.
在文件 AVChatConnectionType.java 第 31 行定义.
1.8.11