IoT SDK for Android v1.8.0
Static Public Attributes | List of all members
io.agora.rtc.AgoraRtcService.NetworkEventType Class Reference

Static Public Attributes

static final int NETWORK_EVENT_DOWN = 0
 
static final int NETWORK_EVENT_UP = 1
 
static final int NETWORK_EVENT_CHANGE = 2
 

Detailed Description

Network event type.

Member Data Documentation

◆ NETWORK_EVENT_CHANGE

final int io.agora.rtc.AgoraRtcService.NetworkEventType.NETWORK_EVENT_CHANGE = 2
static

2: Network type changes. After change, the SDK tries to rejoin the RTC channel and log into the RTM system.

◆ NETWORK_EVENT_DOWN

final int io.agora.rtc.AgoraRtcService.NetworkEventType.NETWORK_EVENT_DOWN = 0
static

0: Network connection fails. After connection failure, the SDK tries to rejoin the RTC channel and log into the RTM system.

◆ NETWORK_EVENT_UP

final int io.agora.rtc.AgoraRtcService.NetworkEventType.NETWORK_EVENT_UP = 1
static

1: Network connection succeeds.


The documentation for this class was generated from the following file: