Live push error listener. More...
Public Member Functions | |
void | onSystemError (AlivcLivePusher livePusher, AlivcLivePushError error) |
void | onSDKError (AlivcLivePusher livePusher, AlivcLivePushError error) |
Live push error listener.
Definition at line 13 of file AlivcLivePushErrorListener.java.
void com.alivc.live.pusher.AlivcLivePushErrorListener.onSDKError | ( | AlivcLivePusher | livePusher, |
AlivcLivePushError | error | ||
) |
SDK error callback
livePusher | pusher instance |
error | error |
void com.alivc.live.pusher.AlivcLivePushErrorListener.onSystemError | ( | AlivcLivePusher | livePusher, |
AlivcLivePushError | error | ||
) |
System error callback
livePusher | pusher instance |
error | error |