NIMSDK-AOS  9.21.10
Public 属性 | 所有成员列表
com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType接口 参考

网络类型 更多...

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.java13 行定义.

类成员变量说明

int com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType.CONNECTION_2G = RtcConnectionType.CONNECTION_2G

The Mobile(2G) data connection.

在文件 AVChatConnectionType.java37 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType.CONNECTION_3G = RtcConnectionType.CONNECTION_3G

The Mobile(3G) data connection.

在文件 AVChatConnectionType.java43 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType.CONNECTION_4G = RtcConnectionType.CONNECTION_4G

The Mobile(4G) data connection.

在文件 AVChatConnectionType.java49 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType.CONNECTION_BLUETOOTH = RtcConnectionType.CONNECTION_BLUETOOTH

The Bluetooth data connection.

在文件 AVChatConnectionType.java55 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType.CONNECTION_ETHERNET = RtcConnectionType.CONNECTION_ETHERNET

The Ethernet data connection.

在文件 AVChatConnectionType.java25 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType.CONNECTION_NONE = RtcConnectionType.CONNECTION_NONE

The absence of a connection type.

在文件 AVChatConnectionType.java61 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType.CONNECTION_UNKNOWN = RtcConnectionType.CONNECTION_UNKNOWN

Unknown data connection.

在文件 AVChatConnectionType.java19 行定义.

int com.netease.nimlib.sdk.avchat.constant.AVChatConnectionType.CONNECTION_WIFI = RtcConnectionType.CONNECTION_WIFI

The WIFI data connection.

在文件 AVChatConnectionType.java31 行定义.


该接口的文档由以下文件生成: