setOnConnectionLost method
连接被断开
Implementation
void setOnConnectionLost(OnLivePusherCallback onConnectionLost) {
this.onConnectionLost = onConnectionLost;
}
连接被断开
void setOnConnectionLost(OnLivePusherCallback onConnectionLost) {
this.onConnectionLost = onConnectionLost;
}