setOnConnectionLost method

void setOnConnectionLost(
  1. OnLivePusherCallback onConnectionLost
)

连接被断开

监听setNetworkDelegate回调

Implementation

void setOnConnectionLost(OnLivePusherCallback onConnectionLost) {
  this.onConnectionLost = onConnectionLost;
}