public interface AlivcLivePushErrorListener
Modifier and Type | Method and Description |
---|---|
void |
onSDKError(AlivcLivePusher livePusher,
AlivcLivePushError error)
The callback for SDK errors.
|
void |
onSystemError(AlivcLivePusher livePusher,
AlivcLivePushError error)
The callback for system errors.
|
void onSystemError(AlivcLivePusher livePusher, AlivcLivePushError error)
livePusher
- AlivcLivePusherobject.error
- The exception.void onSDKError(AlivcLivePusher livePusher, AlivcLivePushError error)
livePusher
- AlivcLivePusherobject.error
- The exception.