Package com.alivc.live.pusher
Interface AlivcLivePushErrorListener
-
public interface AlivcLivePushErrorListener
错误监听器
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSDKError(AlivcLivePusher livePusher, AlivcLivePushError error)
SDK错误回调void
onSystemError(AlivcLivePusher livePusher, AlivcLivePushError error)
系统错误回调
-
-
-
Method Detail
-
onSystemError
void onSystemError(AlivcLivePusher livePusher, AlivcLivePushError error)
系统错误回调- Parameters:
livePusher
- AlivcLivePusher实例error
- 异常
-
onSDKError
void onSDKError(AlivcLivePusher livePusher, AlivcLivePushError error)
SDK错误回调- Parameters:
livePusher
- AlivcLivePusher实例error
- 异常
-
-